From: Sergey Matveev Date: Fri, 25 Jun 2021 16:00:39 +0000 (+0300) Subject: GS alias moved to autoenv X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=86cacc081de452eb66d50f13261310b07f8ca2d4 GS alias moved to autoenv --- 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 " # }}}