We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109cbba commit e1a0125Copy full SHA for e1a0125
home/dot-zshrc
@@ -69,6 +69,9 @@ for extension in $extensions; do
69
autoload -U $extension;
70
done
71
72
+# don't save history by rename
73
+unsetopt HIST_SAVE_BY_COPY
74
+
75
# no point in rewriting my aliases
76
[ -f ~/.exports ] && source ~/.exports
77
[ -f ~/.aliases ] && source ~/.aliases
0 commit comments