]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
zsh/rc: Add new section custom commands.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 37befb765de53f99c8213f49513b5f9c8047f41d..f246528163262626d3a3b737f67b7f689f99ecd7 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -624,6 +624,9 @@ if [[ -n $window_reset ]]; then
     alias clear='clear; window_reset=yes; window_precmd reset'
 fi
 
+
+# CUSTOM COMMANDS
+
 # Display all branches (except stash) in gitk but only 200 commits as this is
 # much faster. Also put in the background and disown. Thanks to sitaram in
 # #git on Freenode (2009-04-20 15:51).