updated stuff
This commit is contained in:
parent
c37679a883
commit
c4ff5a9900
24 changed files with 138 additions and 30 deletions
18
zsh/exports.zsh
Normal file
18
zsh/exports.zsh
Normal file
|
@ -0,0 +1,18 @@
|
|||
#local
|
||||
export path=($path $HOME/.config/dotfiles/bin /opt/phalcon-devtools)
|
||||
export PTOOLSPATH="/opt/phalcon-devtools/"
|
||||
|
||||
#homebrew
|
||||
export path=($path /home/linuxbrew/.linuxbrew/{sbin,bin})
|
||||
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)
|
||||
|
||||
#share
|
||||
export share="/usr/share"
|
||||
export fzf="$share/fzf"
|
Loading…
Add table
Add a link
Reference in a new issue