Skip to content

Commit e1a0125

Browse files
committed
Fix issue with saving history in container
1 parent 109cbba commit e1a0125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

home/dot-zshrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ for extension in $extensions; do
6969
autoload -U $extension;
7070
done
7171

72+
# don't save history by rename
73+
unsetopt HIST_SAVE_BY_COPY
74+
7275
# no point in rewriting my aliases
7376
[ -f ~/.exports ] && source ~/.exports
7477
[ -f ~/.aliases ] && source ~/.aliases

0 commit comments

Comments
 (0)