modified my theme, make shell not return false

This commit is contained in:
Robin Wenglewski 2011-09-13 17:10:15 +02:00
commit 3ec7dfb0e5
2 changed files with 66 additions and 8 deletions

4
zshrc
View file

@ -42,4 +42,6 @@ RWZSH=$HOME/.zsh
. $ZSH/completion.zsh
# use .localrc for settings specific to one system
[[ -f ~/.localrc ]] && . ~/.localrc
if [[ -f ~/.localrc ]]; then
. ~/.localrc
fi