summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 3d50b92..385bd51 100644
--- a/.zshrc
+++ b/.zshrc
@@ -183,6 +183,9 @@ alias irb='pry'
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 13 -C icon; sleep 600; done'
+alias cal='while true; do clear; echo; khal calendar; sleep 600; done'
if [[ -f ~/.zshrcp ]]; then
source ~/.zshrcp
fi