From 65f251c8e29ce8fb1117e2898891c0d786ca8834 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 13 Apr 2014 21:32:12 +0200 Subject: zshrc: remove readonly restriction for HISTFILE Breaks source ~/.zshrc and not that useful anyway. Signed-off-by: Florian Pritz --- .zshrc | 1 - 1 file changed, 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index f0a96f5..1b11855 100644 --- a/.zshrc +++ b/.zshrc @@ -351,7 +351,6 @@ hless() { export HISTFILE=~/.zsh/histfile export HISTSIZE=10000 export SAVEHIST=500000 -readonly HISTFILE # }}} # Other ZSH options {{{ autoload -U colors -- cgit v1.2.3-24-g4f1b