add private.final.zsh inclusion

This commit is contained in:
Sebastian Tramp 2012-08-28 10:33:45 +02:00
parent d3b896ca68
commit 6577a1b54c
No known key found for this signature in database
GPG key ID: E8093B579D601B44

3
zshrc
View file

@ -36,6 +36,9 @@ sources+="$ZSH_CONFIG/private.zsh"
# completion config needs to be after system and private config
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
foreach file (`echo $sources`)
if [[ -a $file ]]; then