From d91e75a59c1fe65a7a6c1626704adae3b051ffa4 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 17 Oct 2012 13:26:38 -0400 Subject: [PATCH] Add more sshfs mounts --- .bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e219a46..b032e68 100755 --- a/.bashrc +++ b/.bashrc @@ -10,7 +10,9 @@ else fi alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile' -alias npdev='sshfs -o idmap=user -o workaround=rename $USER@netprint:/data/test ~/Source/netprint' +alias npdev='sshfs -o idmap=user -o workaround=rename $USER@netprint:/data/test ~/Source/netprint-dev' +alias nplive='sshfs -o idmap=user -o workaround=rename $USER@netprint:/data/www ~/Source/netprint' +alias worksource='sshfs -0 idmap=user -o workaround=rename $USER@work:/home/atomaka/Source ~/Source/work' alias gvim='gvim -f &'