From 7f06e0483ce64f48cb3aa3f72efc44e48a24688b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 27 Sep 2012 17:14:37 -0400 Subject: [PATCH] Various ssh updates + stuff --- .bashrc | 1 + .gitconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index b8864ed..e219a46 100755 --- a/.bashrc +++ b/.bashrc @@ -10,6 +10,7 @@ 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 gvim='gvim -f &' diff --git a/.gitconfig b/.gitconfig index d5885b9..fae8e41 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,7 +17,7 @@ changed = green untracked = cyan [merge] - tool = sublime + tool = vimdiff [apply] whitespace = fix [core]