This website requires JavaScript.
Explore
Help
Sign in
grawlinson
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
a8e0c6fac2
dotfiles
/
zsh
/
.config
/
oh-my-zsh
/
custom
/
ruby.zsh
4 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
Add comments to zsh scripts
2017-03-30 02:47:27 +00:00
# Add rubygem binary directory to $PATH
refactor(zsh): shellcheck doesn't like me
2018-08-06 07:13:15 +00:00
PATH
=
"
$PATH
:
$(
ruby -e
"puts Gem.user_dir"
)
/bin
"
export
PATH
Reference in a new issue
Copy permalink