Merge branch 'master' of github.com:cyplo/dotfiles
This commit is contained in:
commit
caea2aec89
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -66,6 +66,8 @@ fi
|
|||
|
||||
if [[ `uname` =~ 'CYGWIN.*' ]]; then
|
||||
export DISPLAY=:0.0
|
||||
else
|
||||
alias ssh="torsocks ssh"
|
||||
fi
|
||||
|
||||
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
|
||||
|
@ -74,3 +76,5 @@ export PATH=/usr/local/heroku/bin:$PATH
|
|||
export EDITOR="vim"
|
||||
export KEYTIMEOUT=1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue