Commit 1910877e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move ssh wrapper script out of a PATH directory

parent 4eecb0b6
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/bin/ssh
export GIT_SSH=$HOME/.ssh/ssh.sh
export EDITOR="$HOME/.vim/bin/vim.remote"
export GOROOT=$HOME/.local/go
export GOPATH=$HOME/.local/gopath
+0 −0

File moved.