diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index 6a80365..c6bfe45 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -99,6 +99,7 @@ if test -x /usr/bin/tty; then fi if [ "$BASH" ]; then + HISTCONTROL=ignorespace:ignoredups shopt -s histappend bind '"\e[1;5C": forward-word' bind '"\e[1;5D": backward-word'