updated nd alias, i love butterfly <3
This commit is contained in:
parent
dce5deac43
commit
4b7a87f302
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
# open nix develop with preferred shell
|
||||
# description: nd = nix develop
|
||||
nd = "{ [[ -f ./flake.sh ]] && ./flake.sh -c $SHELL; } || nix develop -c $SHELL";
|
||||
nd = "[[ -f ./flake.sh ]] && ./flake.sh -c $SHELL || nix develop -c $SHELL";
|
||||
|
||||
# description: cdns = change directory [to] nix settings
|
||||
cdns = "cd ~/.nix";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue