diff options
Diffstat (limited to '.config/bash/bashrc')
| -rw-r--r-- | .config/bash/bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 04cbd48..f25f3b5 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -1,4 +1,4 @@ -if [[ ! $- == *i* ]]; then +if [[ ! $- == *l* ]]; then . /etc/profile . ~/.profile fi @@ -13,3 +13,4 @@ export PS1='\[\e]0;\w $(test "$IN_KAKOUNE_CONNECT" && printf '%s' "- $KAKOUNE_CL export PROMPT_DIRTRIM=3 export PROMPT_COMMAND='history -a' export HISTSIZE=100000 +export HISTCONTROL=ignorespace:erasedups |
