Default path for sudo TAB completion
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
zsh (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I had a problem when I added custom path to my $PATH. I did, `export PATH="$
I discover that, it's because at least zsh-common_
adds in /etc/zsh/zshrc
```
zstyle ':completion:
```
and overwrites the zsh defaults.
I think those lines should be removed completely, because the defaults are more sane and are consistent with bash. When removed mentioned zstyle, did `export PATH=$HOME/
I was just trying to append to my `$HOME/bin` to specified defaults but it can't be done, you have to overwrite those zstyle.
Beside it all, it was just quite hard, to know what is going on, and what is overwriting really sane and working defaults.