updated stuff
This commit is contained in:
parent
c427c918d4
commit
fa06d6afcc
11 changed files with 34 additions and 2115 deletions
10
zsh/libraries/export.zsh
Normal file
10
zsh/libraries/export.zsh
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Local Path Additions
|
||||
export path=($path ${HOME}/.config/dotfiles/bin /opt/phalcon-devtools)
|
||||
export PTOOLSPATH="/opt/phalcon-devtools/"
|
||||
|
||||
# Stuff for Homebrew
|
||||
export path=($path /home/linuxbrew/.linuxbrew/sbin /home/linuxbrew/.linuxbrew/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)
|
Loading…
Add table
Add a link
Reference in a new issue