Add nix-shell alias

This commit is contained in:
coolneng 2023-07-14 10:58:09 +01:00
parent cc3e6654df
commit ace73a76be
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ alias scu "systemctl --user"
alias jc "journalctl -eu"
alias jcu "journalctl --user -eu"
alias webtorrent "webtorrent -i -o /tmp/webtorrent --mpv --player-args='--sub-auto=all --sub-file-paths=Subs:subs'"
alias ns "nix-shell -p"
# Additional paths
set PATH $PATH $HOME/.emacs.d/bin