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
|
fi
|
||||||
|
|
||||||
alias dotfiles='cd; curl -#L https://github.com/atomaka/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README,.gitignore}; source ~/.profile'
|
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 &'
|
alias gvim='gvim -f &'
|
||||||
|
|
||||||
|
|
|
@ -23,5 +23,5 @@
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
editor = sublime
|
editor = subl
|
||||||
filemode = false
|
filemode = false
|
Loading…
Reference in a new issue