Commit 49bb86d7 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update GIT_SSH with new SSH wrapper path

parent 097f63b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ export HISTIGNORE="&:ls:[bf]g:d[fu]:exit"
export WORKON_HOME=~/.virtualenvs
export FIGNORE='.o:.pyc:~:.swp:.swa'
export VIRTUAL_ENV_DISABLE_PROMPT=yes
export GIT_SSH=$HOME/.ssh/ssh
export GIT_SSH=$HOME/.ssh/bin/ssh

if has nvr; then
	export EDITOR="$HOME/.vim/bin/vim.remote"