Skip to content

Commit

Permalink
Sync user and root .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Dec 5, 2011
1 parent e9342ba commit 2d70af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion root/.zshrc
Expand Up @@ -7,14 +7,16 @@ bindkey -e
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word

setopt autocd nomatch histignorealldups complete_aliases hist_save_no_dups hist_reduce_blanks hist_expire_dups_first
setopt autocd histignorealldups complete_aliases hist_save_no_dups hist_reduce_blanks hist_expire_dups_first
unsetopt appendhistory beep extendedglob


zstyle :compinstall filename '/root/.zshrc'
autoload -Uz compinit
compinit

# menu select (http://www.refining-linux.org/archives/40/ZSH-Gem-5-Menu-selection/)
zstyle ':completion:*' menu select

for file in ~/.zsh/*
do
Expand Down

0 comments on commit 2d70af5

Please sign in to comment.