Skip to content

Commit

Permalink
prevent trace for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Jun 9, 2024
1 parent 172d3c8 commit 65da8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in {
zsh = {
enable = true;
autocd = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
enableCompletion = true;
history.size = 10000;
history.save = 10000;
Expand Down

0 comments on commit 65da8a6

Please sign in to comment.