Remove sshfs aliases

This commit is contained in:
Andrew Tomaka 2012-11-29 21:33:33 -05:00
parent 462ee97697
commit 8c1692dc9c
2 changed files with 1 additions and 4 deletions

View file

@ -10,9 +10,6 @@ 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-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 &'

View file

@ -23,5 +23,5 @@
[core]
excludesfile = ~/.gitignore_global
autocrlf = input
editor = sublime
editor = subl
filemode = false