X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=b94e24eca6dbc1b8656404fa06c16251192e4a3b;hb=9eb125f460f59b7c1067ae5142fc34393fd99080;hp=21b65a9c76ee9f09bbff519ce43fdb0e0120860b;hpb=a2ef879494360c4011fbcb865a942c7f9f22d5a2;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 21b65a9..b94e24e 100644 --- a/zsh/rc +++ b/zsh/rc @@ -1,7 +1,7 @@ # Zsh configuration file. -source_debug "sourcing ~/.zsh/rc" +source_debug ". ~/.zsh/rc" # MISCELLANEOUS SETTINGS @@ -638,6 +638,6 @@ if [[ $TERM != dumb && -z $STY ]]; then fi -source_debug "finished sourcing ~/.zsh/rc" +source_debug ". ~/.zsh/rc (done)" # vim: ft=zsh