summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index f349bd2..c19efbb 100644
--- a/.zshrc
+++ b/.zshrc
@@ -182,6 +182,7 @@ alias quotes='curl -s "http://download.finance.yahoo.com/d/quotes.csv?s=AAPL+AMD
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'
if [[ -f ~/.zshrcp ]]; then
source ~/.zshrcp
fi