From 6577a1b54cdaf2c02b8bb0f03784c3b09c73a533 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Tue, 28 Aug 2012 10:33:45 +0200 Subject: [PATCH] add private.final.zsh inclusion --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 287ac9f..63b156e 100644 --- a/zshrc +++ b/zshrc @@ -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