Updated Ruby version

Or I should write a script that automatically...
Well, nope, I'm not in the mood to do that
This commit is contained in:
Geoffrey Frogeye 2016-12-18 18:25:59 +01:00
parent db7e8df5c6
commit ea65323d7a

2
bashrc
View file

@ -33,7 +33,7 @@ export VISUAL=vim
export BROWSER=/usr/bin/qutebrowser
export TZ=/usr/share/zoneinfo/Europe/Paris
export PATH="$PATH:$HOME/.local/bin:$HOME/.cabal/bin:$HOME/.gem/ruby/2.2.0/bin/"
export PATH="$PATH:$HOME/.gem/ruby/2.3.0/bin/"
export LANG=fr_FR.utf8
export HISTSIZE=10000
export HISTFILESIZE=${HISTSIZE}