updated paths
This commit is contained in:
parent
2540a18695
commit
a969a59daf
4 changed files with 7 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue