main
Tran Hau 2020-05-10 23:22:51 +07:00
parent 339a9b5503
commit 2f685d443f
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ Add to `~/.bashrc`:
export HISTCONTROL=ignoreboth:erasedups
export HISTIGNORE="cd:cd *:ls:ls *:pwd:exit"
[[ -f /usr/share/bash-completion/bash_completion ]] & \
[[ -f /usr/share/bash-completion/bash_completion ]] && \
source /usr/share/bash-completion/bash_completion
```