From ea65323d7a80bc1a8a89dad6371855bb0a72303c Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 18 Dec 2016 18:25:59 +0100 Subject: [PATCH] Updated Ruby version Or I should write a script that automatically... Well, nope, I'm not in the mood to do that --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index b04ccf3..e0f2546 100644 --- a/bashrc +++ b/bashrc @@ -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}