Skip to content

Commit

Permalink
update ack alias to work with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lest committed Oct 12, 2014
1 parent 2a28bfa commit 94e4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Expand Up @@ -35,7 +35,7 @@ unsetopt correct_all
alias grep='grep --color=always'
alias less='less -R'
alias pwgen='pwgen -1cnsB'
alias ack='ack-grep -a'
alias ack='ack-grep'
alias wget='wget --no-check-certificate'

# editor
Expand Down

0 comments on commit 94e4d80

Please sign in to comment.