projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add Gem.user_dir to PATH (for using RubyGems)
[~bandali/configs]
/
zsh
/
.zshrc.local
diff --git
a/zsh/.zshrc.local
b/zsh/.zshrc.local
index
5641d58
..
496f94b
100644
(file)
--- 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"
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
PATH="$HOME/.local/bin:$PATH"
+PATH="`ruby -e 'print Gem.user_dir'`/bin:$PATH"
# take
function take() {
# take
function take() {