Update aliases

This commit is contained in:
2026-02-22 20:35:58 +00:00
parent 1651a0891a
commit 4a23a5c995

View File

@@ -244,3 +244,12 @@ alias \
glgm="git log --stat --author=christopher" \ glgm="git log --stat --author=christopher" \
glgpm="git log --stat -p --author=christopher" glgpm="git log --stat -p --author=christopher"
alias \
docker-compose="podman-compose" \
cat="bat" \
ls="eza --icons=always" \
fullClean="nix-collect-garbage --delete-old; sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot" \
rebuild="sudo nixos-rebuild switch --flake ~/.config/nixos/" \
fullRebuild="sudo nixos-rebuild switch --flake ~/.config/nixos/ && home-manager switch --flake ~/.config/nixos/" \
homeRebuild="home-manager switch --flake ~/.config/nixos/"