add macbook vim/zsh initial
Change-Id: I3e492fecfb97756ab0f5d41bd6931cdfabfd51a2
This commit is contained in:
5
.zsh.d/15-ruby.zsh
Normal file
5
.zsh.d/15-ruby.zsh
Normal file
@@ -0,0 +1,5 @@
|
||||
for dir in ~/.rbenv/bin ~/.rbenv/shims ~/.gem/ruby/*/bin(ocN); do
|
||||
if test -d "$dir"; then
|
||||
export PATH="${PATH}:${dir}"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user