scrap nixdev alias
This commit is contained in:
parent
b6e50b80b8
commit
77951e7a1a
|
|
@ -8,7 +8,6 @@
|
||||||
ssh = "TERM=xterm-256color ssh";
|
ssh = "TERM=xterm-256color ssh";
|
||||||
emacs = "emacs -nw"; # Use emacs in terminal mode.
|
emacs = "emacs -nw"; # Use emacs in terminal mode.
|
||||||
ns = "nix-shell --run \"$(readlink /proc/$$/exe)\"";
|
ns = "nix-shell --run \"$(readlink /proc/$$/exe)\"";
|
||||||
nixdev = "nix develop \$* -c zsh";
|
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
dotfiles = "git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME";
|
dotfiles = "git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue