From 16918a12ee2f1ce4245502dd92d22042dc22491a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sun, 18 Jun 2017 14:04:13 +0200 Subject: [PATCH] bashrc: add gem binaries to $PATH --- files/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/.bashrc b/files/.bashrc index fcad92e..bc83a27 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -54,3 +54,8 @@ export LC_REALUSER='tbastian' # Opam which opam > /dev/null 2>&1 && [ -d ~/.opam ] && eval `opam config env` + +# Gem +if [ -d "$HOME/.gem/ruby/2.4.0/bin" ] ; then + export PATH="$PATH:$HOME/.gem/ruby/2.4.0/bin" +fi