diff --git a/.config/zsh/alias/grep.zsh b/.config/zsh/alias/grep.zsh index c194910..c6b253a 100644 --- a/.config/zsh/alias/grep.zsh +++ b/.config/zsh/alias/grep.zsh @@ -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" \ ;;