X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fzshrc;h=d5bbfa0bae3c1623c460a42da9fb278eff7e995f;hb=5f0f906bd2a6d5d0f14094368089a69dfc6927ad;hp=b8c950e62d594acd4ebca13555e982c043f9b35a;hpb=7f2764810928cae8e6562b2a9db2cb344a937dbf;p=grml-etc-core.git diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index b8c950e..d5bbfa0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -103,14 +103,6 @@ # *all* aliases, for example, use @@INSERT-aliases-all@@. #}}} -# Only load once -[[ ${(t)GRML} != *association* ]] && typeset -gA GRML -if (( ${GRML[ZSHRC_LOADED]} )); then - return 0 -else - GRML[ZSHRC_LOADED]=1 -fi - # zsh profiling {{{ # just execute 'ZSH_PROFILE_RC=1 zsh' and run 'zprof' to get the details if [[ $ZSH_PROFILE_RC -gt 0 ]] ; then