Various ssh updates + stuff

This commit is contained in:
Andrew Tomaka 2012-09-27 17:14:37 -04:00
parent 0d85ed951d
commit 7f06e0483c
2 changed files with 2 additions and 1 deletions

View file

@ -10,6 +10,7 @@ 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'
alias gvim='gvim -f &' alias gvim='gvim -f &'

View file

@ -17,7 +17,7 @@
changed = green changed = green
untracked = cyan untracked = cyan
[merge] [merge]
tool = sublime tool = vimdiff
[apply] [apply]
whitespace = fix whitespace = fix
[core] [core]