updated stuff
This commit is contained in:
parent
6770dbab5b
commit
948930c467
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue