updated stuff

This commit is contained in:
Nikolas Weger 2019-11-18 22:40:23 +01:00
parent c427c918d4
commit fa06d6afcc
11 changed files with 34 additions and 2115 deletions

10
zsh/libraries/export.zsh Normal file
View 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)