Add alias gr='git remote -v'
[khome.git] / home / lib / login_aliases.sh
index ed663cb..91c2aee 100644 (file)
@@ -1,7 +1,9 @@
+alias s=status
 alias g=git
+alias gr='git remote -v'
 alias e='emacs -nw'
 alias v=vim
-alias c='ncal -Mb'  # -M : start week with Monday, -b : use old format (like in cal)
+alias c='cal -vm3'  # -v: vertical, -m: start week with Monday, -3: show 3 months (prev, curr, next)
 alias h='history | fzf -e'
 alias   l='ls -lFhv --group-directories-first --color=auto'
 alias  ll='l -a'
This page took 0.028914 seconds and 4 git commands to generate.