From: Simon Ruderich Date: Sat, 14 Jan 2012 14:31:16 +0000 (+0100) Subject: zsh/rc: Add new section custom commands. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=b9dfeafe501f0dd47cb184bfb727fc15f45f236c;p=config%2Fdotfiles.git zsh/rc: Add new section custom commands. Contains Enhanced/modified commands. --- 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).