Conversation
Edited 11 months ago

note to myself: when #zsh completions are not working as expected in any OS, 9/10 times it is missing -u flag for compinit ;-) Had forgotten this.

From zshcompsys man page:

To avoid these tests and make all files found be used without asking, use the option -u, and to make compinit silently ignore all insecure files and directories use the option -i. This security check is skipped entirely when the -C option is given.

1
0
0
Edited 11 months ago
Also, 9/10: 20 minutes of a man page > 60 minutes of Stack Overflow vomit. #stackoverflow
1
0
2
Edited 11 months ago
  1. Stack Overflow answer: “My friend/AI told me that…”
  2. Man page answer: “ You need to do this because…”

#stackoverflow

0
0
1