From 99951917f44bb286e8881a49417dd1ac70855875 Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Thu, 7 Jun 2018 10:56:45 +0200 Subject: [PATCH] zsh: add path for ruby 2.5 gems --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc b/zsh/zshrc index 8bee31c..4b4b653 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -123,7 +123,7 @@ fi export PS1='%m%{$fg[$COLOR]%}:%{$reset_color%}%~${vcs_info_msg_0_}%{$fg[$COLOR]%}%#%{$reset_color%} ' export PS2="%_> " -export PATH="${PATH}:${HOME}/.gem/ruby/2.3.0/bin" +export PATH="${PATH}:${HOME}/.gem/ruby/2.5.0/bin" export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking export LESS_TERMCAP_md=$'\E[01;31m' # begin bold