From 86cacc081de452eb66d50f13261310b07f8ca2d4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 25 Jun 2021 19:00:39 +0300 Subject: [PATCH] GS alias moved to autoenv --- zsh/.zshrc | 3 --- 1 file changed, 3 deletions(-) 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 " # }}} -- 2.44.0