remove ignorespace from histcontrol as well as make only kvm java windows floating
This commit is contained in:
parent
6ce1638962
commit
1936b3efdc
2 changed files with 4 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -19,7 +19,7 @@ git_enabled=true
|
|||
|
||||
HISTSIZE=1000
|
||||
HISTFILE="${HOME}/.bash_history.${UID}"
|
||||
HISTCONTROL=ignoredups:ignorespace
|
||||
HISTCONTROL=ignoredups
|
||||
shopt -s histappend checkwinsize
|
||||
[[ ${BASH_VERSINFO} -ge 4 ]] && shopt -s autocd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue