Skip to content

Commit

Permalink
fix: rename zsh config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Azd325 committed Jul 20, 2023
1 parent 45bd1f0 commit e485f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/shells/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
programs.zsh = {
enable = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
initExtra = ''
# FNM
eval "$(fnm env --use-on-cd)"
Expand Down

0 comments on commit e485f1d

Please sign in to comment.