summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index b4c6251..b36b67f 100644
--- a/zshrc
+++ b/zshrc
@@ -24,7 +24,7 @@ esac # }}}
mkdir -p $HOME/.vim/data/hist
function vim {
local zsh_hist_fname
- zsh_hist_fname=$HOME/.vim/data/hist/$$
+ zsh_hist_fname=$HOME/.cache/vim/hist/$$
command vim --cmd "let g:_zsh_hist_fname = '$zsh_hist_fname'" "$@"
if [[ -r $zsh_hist_fname ]]; then
while read line; do