diff options
-rw-r--r-- | shell/_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/_zshrc b/shell/_zshrc index eb61903..954027f 100644 --- a/shell/_zshrc +++ b/shell/_zshrc @@ -45,7 +45,7 @@ fi export PATH=$PATH:~/.cabal/bin # ruby -export PATH=$PATH:$HOME/.gem/ruby/2.1.0/bin +export PATH=$PATH:$HOME/.gem/ruby/2.2.0/bin # vim export EDITOR=vim |