history verify

This commit is contained in:
Daniel Flanagan 2016-11-21 16:17:11 -06:00
parent 06f7a05a61
commit f83ceebcf6
1 changed files with 2 additions and 0 deletions

2
env/sh/bashrc vendored
View File

@ -176,6 +176,8 @@ if [ -t 0 ]; then
cd "$HOME/.."
fi
shopt -s histverify
# except we still want some things to work the old fashioned way
bind -f "$HOME/.inputrc"
fi