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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9c23f1510ba4c12299da9cfc524da059c2fa8e12
|
||||
Subproject commit e68344345aeb05a110d112338035f6b3a4906464
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a2895b7f5832f006f602271aee102df46d6c965
|
||||
Subproject commit 97ae4a914ecbb63aa09c6a90688b2bee5e5f7e6d
|
|
@ -1 +1 @@
|
|||
Subproject commit 055194192edb9ace9bedf5e6bf6e49f6ab824c6e
|
||||
Subproject commit d5ce0fc1d4a677eaa60d5b8e01ac9e42ec7cfcd1
|
Loading…
Add table
Reference in a new issue