From ff087baf3c868c3ba6fd4ce65e0c4b2c71e03a5b Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 19 Jul 2016 14:20:31 +0300 Subject: [PATCH] gem-bin --- shellrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shellrc b/shellrc index 697d4b6..524f13a 100644 --- a/shellrc +++ b/shellrc @@ -25,8 +25,10 @@ newline=" " vscripts="${HOME}/vscripts" local_bin="${HOME}/.local/bin" +gem_bin="${HOME}/.local/gem-bin" [[ -d ${vscripts} && ${PATH} != *${vscripts}* ]] && export PATH=${PATH}:${vscripts} [[ -d ${local_bin} && ${PATH} != *${local_bin}* ]] && export PATH=${PATH}:${local_bin} +[[ -h ${gem_bin} && ${PATH} != *${gem_bin}* ]] && export PATH=${PATH}:${gem_bin} unset local_bin vscripts dotfiles="${HOME}/vdotfiles"