summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-13 21:32:12 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-13 21:32:12 +0200
commit65f251c8e29ce8fb1117e2898891c0d786ca8834 (patch)
treede16f00120e6f37fc56a6935b5a450c5c62ffe72 /.zshrc
parentea93be4b5740b5d3f4310db330a08dd5b8c0ea65 (diff)
downloaddotfiles-65f251c8e29ce8fb1117e2898891c0d786ca8834.tar.gz
dotfiles-65f251c8e29ce8fb1117e2898891c0d786ca8834.tar.xz
zshrc: remove readonly restriction for HISTFILE
Breaks source ~/.zshrc and not that useful anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 0 insertions, 1 deletions
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