summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index cc026b9..35fd036 100755
--- a/zshrc
+++ b/zshrc
@@ -24,6 +24,10 @@ if ! zgen saved; then
zgen save
fi
+if (( $+commands[ack-grep] )) ; then
+ alias ack=ack-grep
+fi
+
# Emacs-like editor
bindkey -e
export WORDCHARS=''