X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=zsh%2F.zshrc;fp=zsh%2F.zshrc;h=95d8f911afb9668d9201465cce73710c704fe19f;hb=86cacc081de452eb66d50f13261310b07f8ca2d4;hp=ebfebf491a52090fc9d1b41ffb1f21526f80fa2b;hpb=cd92e3fbc02d558ac881167af0ae474b91804d96;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index ebfebf4..95d8f91 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -137,9 +137,6 @@ GREP_ARGS=( g() { grep $GREP_ARGS $@ | less } -GS() { - grep $GREP_ARGS $@ | sort --numeric-sort | less -} alias -g G="| grep --colour=always" alias gg="git grep " # }}}