diff options
author | Patrick Simianer <p@simianer.de> | 2015-09-22 14:35:52 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-09-22 14:35:52 +0200 |
commit | c3c1453bc97c5f636104cd3465a679b295ea4e57 (patch) | |
tree | 7eeea7f43f98ea8bf085e0880a0aa82f08ec14a3 | |
parent | 317922aeca608321529cf2e5b0b2c9aae851fedc (diff) |
fix
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -184,7 +184,7 @@ alias watch_d='while true; do clear; ps ax | grep -P "\sD\+?\s"; sleep 5; done' alias easy_install_home='easy_install --install-dir=$HOME/lib/python/site-packages' 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 15 -C icon; sleep 600; done' +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 |