Browse Source

use ignoreboth for HISTCONTROL

Kyle P Davis 10 years ago
parent
commit
5cff547b55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .profile

+ 1 - 1
.profile

@@ -43,7 +43,7 @@ export LESS="-FRX"
 # tweak history behavior a bit
 HISTSIZE=50000
 HISTFILESIZE=500000
-HISTCONTROL="ignoredups:ignorespace"
+HISTCONTROL="ignoreboth"
 shopt -s histappend
 
 # check window size after each command