ignore ls not ls -al
parent
1897e53621
commit
fc4141b708
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue