updated stuff

This commit is contained in:
Nikolas Weger 2019-12-06 10:21:53 +01:00
parent 6770dbab5b
commit 948930c467

View file

@ -1,9 +1,9 @@
# Local Path Additions
export path=($path ${HOME}/.config/dotfiles/bin /opt/phalcon-devtools)
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 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)