X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=a7d62cc484ec6f6dec29cff93fe61e9081d4e817;hb=c3ccdced26ff5d9baf36858968701e7b12447cd6;hp=69b19df10d66861c06dec31627b7b4e4e9203874;hpb=5aa89285cab50ca3280fdbd92175548dcc048ac9;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 69b19df..a7d62cc 100644 --- a/zsh/rc +++ b/zsh/rc @@ -1,6 +1,8 @@ # Zsh configuration file. +source_debug "sourcing ~/.zsh/rc" + # MISCELLANEOUS SETTINGS # Use Vi(m) style key bindings. @@ -296,3 +298,5 @@ todo() { source_config ~/.zsh os rc $(uname) nolocal # Load rc file for current hostname (first part before a dot) or rc.local. source_config ~/.zsh host rc ${$(hostname)//.*/} + +source_debug "finished sourcing ~/.zsh/rc"