nushell: edit aliases
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-05-12 23:54:27 -04:00
parent 69365f38b1
commit ae1820936e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -14,7 +14,8 @@ alias rm = rm -i
alias cp = cp -i
alias mv = mv -i
alias grep = rg
alias build = nh os switch .
alias build = nh os boot .
alias switch = nh os switch .
alias clean = sudo nh clean all
alias deploy = nix run github:serokell/deploy-rs
alias sakura = nix run github:serokell/deploy-rs ".#sakura"