浏览代码

Existing code indents with spaces, not tabs, conform.

Joe Block 9 年之前
父节点
当前提交
5bf715787a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/history.zsh

+ 2 - 2
lib/history.zsh

@@ -3,10 +3,10 @@ if [ -z "$HISTFILE" ]; then
     HISTFILE=$HOME/.zsh_history
 fi
 if [ -z "$HISTSIZE" ]; then
-	HISTSIZE=10000
+    HISTSIZE=10000
 fi
 if [ -z "$SAVEHIST" ]; then
-	SAVEHIST=10000
+    SAVEHIST=10000
 fi
 
 setopt extended_history