diff --git a/home/laptop/programs/zsh.nix b/home/laptop/programs/zsh.nix index 930dc86..15d219f 100644 --- a/home/laptop/programs/zsh.nix +++ b/home/laptop/programs/zsh.nix @@ -10,6 +10,7 @@ PASSWORD_STORE_DIR = "$HOME/.password-store"; }; shellAliases = { + ssh = "TERM=xterm-256color ssh"; GG = "git add . && git commit -m 'GG' && git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)"; gad = "git add . && git diff --cached"; gac = "ga && gc";