cal alias show year

This commit is contained in:
Ivan Dimitrov 2023-10-25 19:37:17 +03:00
parent 504675e25c
commit dddd1054d2

View File

@ -10,6 +10,7 @@
PASSWORD_STORE_DIR = "$HOME/.password-store";
};
shellAliases = {
cal = "cal $(date +%Y)";
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";