X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=96b45e4e6b43b0500a4624916a774452a4a852b9;hb=8f24a1138ad378038239e8d0cb9619864f7ca026;hp=aac4e9a9b193d3a20da65e98273b074f2acb32f6;hpb=e4c69568f76882486ff042c52b63d73cc5aa9cdb;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index aac4e9a..96b45e4 100644 --- a/zsh/rc +++ b/zsh/rc @@ -16,9 +16,6 @@ # along with this file. If not, see . -source_debug '. ~/.zsh/rc' - - # Warn when creating global variables from inside a function. Needs to be set # before declaring a function. setopt warn_create_global @@ -1071,7 +1068,4 @@ zshrc_restart_precmd() { } precmd_functions+=(zshrc_restart_precmd) - -source_debug '. ~/.zsh/rc (done)' - # vim: ft=zsh