summaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc.local
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-28 22:30:44 -0400
committerAmin Bandali <me@aminb.org>2014-10-28 22:30:44 -0400
commit75cd13295a74a113d6da8d3e8cb02553f8a8c6c0 (patch)
treed1a1c15674a66e3951580fb5d260ee7f292923f9 /zsh/.zshrc.local
parent4167924e830392432f6d73d8fce1267dbaec028f (diff)
downloadconfigs-75cd13295a74a113d6da8d3e8cb02553f8a8c6c0.tar.gz
configs-75cd13295a74a113d6da8d3e8cb02553f8a8c6c0.tar.xz
configs-75cd13295a74a113d6da8d3e8cb02553f8a8c6c0.zip
add Gem.user_dir to PATH (for using RubyGems)
Diffstat (limited to 'zsh/.zshrc.local')
-rw-r--r--zsh/.zshrc.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc.local b/zsh/.zshrc.local
index 5641d58..496f94b 100644
--- a/zsh/.zshrc.local
+++ b/zsh/.zshrc.local
@@ -4,6 +4,7 @@ BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh"
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
PATH="$HOME/.local/bin:$PATH"
+PATH="`ruby -e 'print Gem.user_dir'`/bin:$PATH"
# take
function take() {