~ and $HOME behave differently when quoted
This commit is contained in:
parent
09168c20b7
commit
79ea172898
@ -44,7 +44,7 @@
|
|||||||
expireDuplicatesFirst = true;
|
expireDuplicatesFirst = true;
|
||||||
extended = true;
|
extended = true;
|
||||||
share = true;
|
share = true;
|
||||||
path = "~/.zhistory";
|
path = "$HOME/.zhistory";
|
||||||
};
|
};
|
||||||
# http://zsh.sourceforge.net/Intro/intro_3.html
|
# http://zsh.sourceforge.net/Intro/intro_3.html
|
||||||
# .zlogin is meant for programs to start on login shells
|
# .zlogin is meant for programs to start on login shells
|
||||||
|
Loading…
Reference in New Issue
Block a user