Add shell alias to start nix shell

This commit is contained in:
Daniel Siepmann 2023-02-18 11:33:02 +01:00
parent 3c66511ff3
commit a5d4df75b4
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -89,6 +89,9 @@ in {
# Open in main view with ALL commits, not only current branch tree.
tiga = "tig --all --show-signature";
# Start a nix-shell with zsh instead of bash
ns = "nix-shell --run zsh";
# Tmux outside tmux.
ta = "tmux attach";
tc = "tmux new-session -s ";