diff --git a/.bashrc b/.bashrc index b032e68..b8864ed 100755 --- a/.bashrc +++ b/.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 &' diff --git a/.gitconfig b/.gitconfig index fae8e41..e5f15e1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -23,5 +23,5 @@ [core] excludesfile = ~/.gitignore_global autocrlf = input - editor = sublime + editor = subl filemode = false \ No newline at end of file