From aaa24101aa844ac661220e37c413cbca651677a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Tue, 28 Mar 2017 09:09:03 +0200 Subject: [PATCH] Add noglob alias for git --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index fc3a90e..ead5a25 100644 --- a/.zshrc +++ b/.zshrc @@ -487,6 +487,9 @@ alias reset='echo -e "\e<"; reset; stty sane; setterm -reset; tput reset; clear; alias xclip-in='xclip -selection c -in' alias xclip-out='xclip -selection c -out' +# Git manages its own globs +alias git='noglob git' + #---------------------------------- VIM pager -------------------------------- vim_pager() {