Skip to content

Commit

Permalink
fix(zsh): don't duplicate cmds on tab completion
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Oct 8, 2023
1 parent 31828bd commit 53c3e05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ in {
}
WORDCHARS='*?[]~=&;!#$%^(){}<>'
# fixes duplication of commands when using tab-completion
export LANG=C.UTF-8
'';
};
};
Expand Down

0 comments on commit 53c3e05

Please sign in to comment.