From b9dfeafe501f0dd47cb184bfb727fc15f45f236c Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 14 Jan 2012 15:31:16 +0100 Subject: [PATCH] zsh/rc: Add new section custom commands. Contains Enhanced/modified commands. --- zsh/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/rc b/zsh/rc index 37befb7..f246528 100644 --- 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). -- 2.45.2