From 916d2fe28e7d95fac39fb4bb92fadc276102b5b5 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 8 Apr 2021 03:22:34 +0200 Subject: [PATCH] [zsh] default ag options --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index be48173..5591eb1 100644 --- a/.zshrc +++ b/.zshrc @@ -81,6 +81,7 @@ alias dotupdate="dots pull && vi --headless -c 'call ConfUpdate()'" alias venv="source ~/.venvs/venv/bin/activate" alias top="htop" alias ytdl="youtube-dl" +alias ag="ag --nogroup" alias s="vi ~/.local/bin/\$(stest -lx ~/.local/bin | fzf --tac -e)"