From fad79213899c3aafb8e86fee1a77ed96b33f3ad1 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 6 Apr 2021 14:47:13 -0700 Subject: [PATCH] grep alias --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/zshrc b/zsh/zshrc index b525129..93a43b0 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -17,6 +17,7 @@ fi # shortcuts alias q="conda activate q2dev" alias i="ipython3" +alias greg="grep" BASE16_SHELL=$HOME/.config/base16-shell/ [ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"