dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7a37ddf92162d02d1bcaece8ca1d1bede1b4a7f0
parent 506af47885c2855f356abd270a552c105884963d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 30 May 2018 14:55:07 -0400

Enable !! and !$

Diffstat:
Mlinks/.zshrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -5,8 +5,9 @@ debug_startup=false #### ZSH OPTIONS +# man zshoptions setopt autopushd extendedglob hist_ignore_dups interactivecomments prompt_subst sh_word_split share_history -unsetopt autocd beep notify nomatch banghist +unsetopt autocd beep notify nomatch autoload -Uz add-zsh-hook cdr chpwd_recent_dirs compinit select-bracketed select-quoted