Skip to content

Commit

Permalink
Set correct option
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 20, 2018
1 parent 4e29506 commit f7668e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ HISTFILE=~/.histfile
HISTSIZE=4096
SAVEHIST=4096

setopt incappendhistory autocd nomatch notify
setopt autocd correct incappendhistory nomatch notify

bindkey -e
bindkey '^R' history-incremental-search-backward
Expand All @@ -42,4 +42,3 @@ alias grep='grep --color=auto'
alias mkdir='mkdir -pv'
alias rsync='rsync -avhL --ignore-existing --exclude-from=$HOME/.dotfiles/exclude-list.txt --info=progress2'
alias open='xdg-open'

0 comments on commit f7668e3

Please sign in to comment.