]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Add new section custom commands.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 14:31:16 +0000 (15:31 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Jan 2012 14:31:16 +0000 (15:31 +0100)
Contains Enhanced/modified commands.

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).