feat(desktop): fix path.
This commit is contained in:
parent
cec9b44583
commit
e9aaad4684
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
historySubstringSearch.enable = true;
|
historySubstringSearch.enable = true;
|
||||||
|
|
||||||
dotDir = "${config.home.homeDirectory}.config/zsh";
|
dotDir = "${config.home.homeDirectory}/.config/zsh";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
# General aliases
|
# General aliases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue