shells/zsh: don't hardcode history path
This commit is contained in:
parent
03d7baa7d6
commit
9153ced99a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
history.path = "/home/infinidoge/${dotDir}/.zsh_history";
|
||||
history.path = "$HOME/${dotDir}/.zsh_history";
|
||||
|
||||
shellAliases = main.environment.shellAliases // config.home.shellAliases;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue