diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ export LC_TIME=de_DE.UTF-8 export EDITOR=vim export TERM=xterm export HISTSIZE=65535 -export HISTCONTROL=erasedups +export HISTCONTROL=ignoreboth export PROMPT_COMMAND="history -a;history -n" export PATH=$HOME/.local/bin:$PATH |
