scrap nixdev alias

This commit is contained in:
janis 2026-04-10 12:31:15 +02:00
parent b6e50b80b8
commit 77951e7a1a
Signed by: janis
SSH key fingerprint: SHA256:bB1qbbqmDXZNT0KKD5c2Dfjg53JGhj7B3CFcLIzSqq8

View file

@ -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";