Fix typos

This commit is contained in:
Valentin Brandl
2022-02-18 12:13:34 +01:00
parent c38e003b98
commit 0addd25afa
5 changed files with 20 additions and 15 deletions

View File

@ -3,6 +3,6 @@
enable = true;
enableZshIntegration = true;
fileWidgetCommand = "fd --type f --no-ignore";
historyWidgedOptions = [ "--reverse" "--sort" "--exact" ];
historyWidgetOptions = [ "--reverse" "--sort" "--exact" ];
};
}