summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-07-18 22:01:52 +0200
committerTharre <tharre3@gmail.com>2016-10-07 20:12:18 +0000
commit7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f (patch)
treeaf205d7eab9bff5d30350804c8fb8eb8ce60d43a /shell
parentd98fbb35e4034d5c1cb69fb774c3c84576537ab0 (diff)
downloaddotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.tar.gz
dotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.tar.xz
dotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.zip
zsh: update ruby path
Diffstat (limited to 'shell')
-rw-r--r--shell/_zshrc2
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