ソースを参照

Fix typo in HISTCONTROLL assignment

Alois Mahdal 10 年 前
コミット
424d0276ac
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc ファイルの表示

@@ -25,7 +25,7 @@ clear_to_bottom() {
25 25
 ### BASH ###
26 26
 ### '''' ###
27 27
 
28
-export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
28
+export HISTCONTROL=$HISTCONTROL${HISTCONTROL:+:}ignoredups
29 29
 export HISTIGNORE=$HISTIGNORE:ls:ll:la:cd
30 30
 export HISTIGNORE="$HISTIGNORE:git ap:git cm:git cma:git dc:git st"
31 31
 export HISTIGNORE="$HISTIGNORE:se"