瀏覽代碼

use ignoreboth for HISTCONTROL

Kyle P Davis 10 年之前
父節點
當前提交
5cff547b55
共有 1 個文件被更改,包括 1 次插入1 次删除
  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