diff options
author | Patrick Simianer <p@simianer.de> | 2015-07-28 19:54:25 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-07-28 19:54:25 +0200 |
commit | f26c542c253b77342b0030133aa54c94cdcdc788 (patch) | |
tree | 1f7446cb3e1dfa6d070cd2eed115d65a75c4cca2 | |
parent | d8e91c68d5476054bd593a64d81ed913f1934c96 (diff) |
gitc
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ alias uberspace='mosh -p 60666 pks@alphard.uberspace.de' alias my_ip='echo "$(curl 'https://api.ipify.org' 2>/dev/null)"' alias t_timeline='while true; do clear; t timeline -n 13 -C icon; sleep 600; done' alias cal='while true; do clear; echo; khal calendar; sleep 600; done' +alias gitc='git -c color.status=always' if [[ -f ~/.zshrcp ]]; then source ~/.zshrcp fi |