X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=9756914a0b45f5e7d7cdd9dba2b3f0702674358f;hb=b16b540859e4b228722c5daa93c09220d68e0a9d;hp=176fffbae2c357f3000bdec78582cecef114a97e;hpb=c203eab69198c9ee3dddf98b535221cb39821c06;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 176fffb..9756914 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -448,6 +448,7 @@ xunfunction() { # this allows us to stay in sync with grml's zshrc and put own # modifications in ~/.zshrc.local zrclocal() { + xsource "/etc/zsh/zshrc.local" xsource "${HOME}/.zshrc.local" return 0 } @@ -2960,10 +2961,6 @@ exit 0; for color in BLUE RED GREEN CYAN YELLOW MAGENTA WHITE ; unset $color # }}} -# source another config file if present {{{ -xsource "/etc/zsh/zshrc.local" -# }}} - # "persistent history" {{{ # just write important commands you always need to ~/.important_commands if [[ -r ~/.important_commands ]] ; then