updated stuff
This commit is contained in:
parent
0fdf83461e
commit
e1e6037f6c
3 changed files with 9 additions and 1 deletions
|
@ -8,3 +8,8 @@ export fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions)
|
|||
export manpath=($manpath /home/linuxbrew/.linuxbrew/share/man)
|
||||
export infopath=($infopath /home/linuxbrew/.linuxbrew/share/info)
|
||||
export XDG_DATA_DIRS=($XDG_DATA_DIRS /home/linuxbrew/.linuxbrew/share)
|
||||
|
||||
#gems
|
||||
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||
export path=($path $GEM_HOME/bin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue