new layout
This commit is contained in:
parent
005541a96f
commit
1ee7a6234a
17 changed files with 2353 additions and 2 deletions
10
zsh/export.zsh
Normal file
10
zsh/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