X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=f246528163262626d3a3b737f67b7f689f99ecd7;hb=b9dfeafe501f0dd47cb184bfb727fc15f45f236c;hp=37befb765de53f99c8213f49513b5f9c8047f41d;hpb=b17f39ac88f79c5a8da6dbd2d5b42583acc6309e;p=config%2Fdotfiles.git 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).