aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-linux-desktop
blob: f1808acf6f40a183fe7e4858ad1b5854938f2b87 (plain)
1
2
3
4
5
6
7
8
9
################### ALIASES ##################

alias ssh-socks='ssh -C2qTnN -D 9853 shmibbles.me'

if [[ "$(whence sshfs)" != "" ]] then
	alias smounth='mkdir -p ~/shmibbles.me; sshfs shmibbles.me: ~/shmibbles.me'
	alias smountw='mkdir -p ~/shmibbles.me; sshfs shmibbles.me:/usr/local/www/apache24/data/ ~/shmibbles.me'
	alias sumount='fusermount -u ~/shmibbles.me; rmdir ~/shmibbles.me'
fi