updated paths

This commit is contained in:
Nikolas Weger 2017-09-08 21:48:17 +02:00
parent 2540a18695
commit a969a59daf
4 changed files with 7 additions and 4 deletions

View file

@ -24,6 +24,9 @@ manpath+=(${brewpr}/share/man)
# Infopath
infopath+=(${brewpr}/share/info)
# XDG Data Dirs
XDG_DATA_DIRS+=(/home/linuxbrew/.linuxbrew/share)
# Editor Setting
EDITOR='nano'
@ -34,7 +37,7 @@ fpath+=(${dotlib}/local)
fpath+=(${BASHER_ROOT}/cellar/completions/zsh)
# Actually export
export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR
export dotlib dotcfg brewpr gembin PATH MANPATH INFOPATH EDITOR XDG_DATA_DIRS
# Reload all Prompts
autoload -U promptinit && promptinit