ssh set TERM

This commit is contained in:
Ivan Dimitrov 2023-10-17 16:21:17 +03:00
parent ab397c0a40
commit 533bcd68fb

View File

@ -10,6 +10,7 @@
PASSWORD_STORE_DIR = "$HOME/.password-store"; PASSWORD_STORE_DIR = "$HOME/.password-store";
}; };
shellAliases = { shellAliases = {
ssh = "TERM=xterm-256color ssh";
GG = "git add . && git commit -m 'GG' && git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)"; GG = "git add . && git commit -m 'GG' && git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)";
gad = "git add . && git diff --cached"; gad = "git add . && git diff --cached";
gac = "ga && gc"; gac = "ga && gc";