nushell: edit aliases
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
This commit is contained in:
parent
69365f38b1
commit
ae1820936e
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue