fix: change zsh history location
This commit is contained in:
parent
798193bc0b
commit
2a0475d3b2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
history.path = "$ZDOTDIR/.zsh_history";
|
||||
history.path = "${dotDir}/.zsh_history";
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue