1
0

zsh: fix grep alias

fixes 086279d7
This commit is contained in:
Konstantin Demin 2023-12-23 11:19:21 +03:00
parent 7a8ba289fa
commit 19571a4046
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -11,7 +11,7 @@ z-alt-grep() {
case "$n" in
0) ;;
*) z-alt-set-static \
"grep|-q -e ' ' ${ZSHU[d_zdot]}/.zshenv" \
"grep|-q -e ' ' ${ZSHU[d_conf]}/_.zsh" \
"$1" \
"GREP_OPTIONS='' command" \
;;