diff options
author | Tharre <tharre3@gmail.com> | 2015-07-18 22:01:52 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:12:18 +0000 |
commit | 7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f (patch) | |
tree | af205d7eab9bff5d30350804c8fb8eb8ce60d43a /shell | |
parent | d98fbb35e4034d5c1cb69fb774c3c84576537ab0 (diff) | |
download | dotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.tar.gz dotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.tar.xz dotfiles-7051c2e9815113a5ac6a3e4cd2993dc4fcc0616f.zip |
zsh: update ruby path
Diffstat (limited to 'shell')
-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 |