add private.final.zsh inclusion

master
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
1 changed files with 3 additions and 0 deletions

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