~ and $HOME behave differently when quoted

This commit is contained in:
Mats Rauhala 2021-11-17 13:02:37 +02:00
parent 09168c20b7
commit 79ea172898
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
expireDuplicatesFirst = true;
extended = true;
share = true;
path = "~/.zhistory";
path = "$HOME/.zhistory";
};
# http://zsh.sourceforge.net/Intro/intro_3.html
# .zlogin is meant for programs to start on login shells