Remove sshfs aliases
This commit is contained in:
parent
462ee97697
commit
8c1692dc9c
2 changed files with 1 additions and 4 deletions
3
.bashrc
3
.bashrc
|
@ -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 &'
|
||||
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
editor = sublime
|
||||
editor = subl
|
||||
filemode = false
|
Loading…
Reference in a new issue