history in bash
This commit is contained in:
parent
b858d410ef
commit
c8d3fd6dff
1 changed files with 3 additions and 0 deletions
3
bashrc
3
bashrc
|
@ -32,6 +32,9 @@ complete -c man
|
||||||
complete -cf sudo
|
complete -cf sudo
|
||||||
complete -cf exec
|
complete -cf exec
|
||||||
|
|
||||||
|
# history
|
||||||
|
export HISTCONTROL=ignorespace:erasedups
|
||||||
|
|
||||||
# Color ls
|
# Color ls
|
||||||
alias ls="exa -aF"
|
alias ls="exa -aF"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue