Update aliases
This commit is contained in:
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user