ignore ls not ls -al

main
Tran Hau 2020-07-07 23:39:06 +07:00
parent 1897e53621
commit fc4141b708
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Add to `~/.bashrc`:
```bash
export HISTCONTROL=ignoreboth:erasedups
export HISTIGNORE="cd:cd *:ls:ls *:pwd:exit"
export HISTIGNORE="cd:ls:pwd:exit"
```
Shebang: