add private.final.zsh inclusion
This commit is contained in:
parent
d3b896ca68
commit
6577a1b54c
3
zshrc
3
zshrc
|
@ -36,6 +36,9 @@ sources+="$ZSH_CONFIG/private.zsh"
|
||||||
# completion config needs to be after system and private config
|
# completion config needs to be after system and private config
|
||||||
sources+="$ZSH_CONFIG/completion.zsh"
|
sources+="$ZSH_CONFIG/completion.zsh"
|
||||||
|
|
||||||
|
# Private aliases and adoptions added at the very end (e.g. to start byuobu)
|
||||||
|
sources+="$ZSH_CONFIG/private.final.zsh"
|
||||||
|
|
||||||
# try to include all sources
|
# try to include all sources
|
||||||
foreach file (`echo $sources`)
|
foreach file (`echo $sources`)
|
||||||
if [[ -a $file ]]; then
|
if [[ -a $file ]]; then
|
||||||
|
|
Loading…
Reference in a new issue