summaryrefslogtreecommitdiff
path: root/.zshrc
blob: 87ed2efd902ef848feac0c61c178c42d89b6c217 (plain)
1
2
3
4
5
6
7
8
9
# 
# The zshrc tends to need some local changes quite often
# -- so for enhanced readabilty, source the global stuff ...
# 
source ~/.zsh/zshrc

# ... and put local stuff beneath :)
alias vs="ssh necoro.eu"
alias vsr="ssh root@necoro.eu -t"