diff options
Diffstat (limited to 'files/.zsh/rc/S40_completion')
| -rw-r--r-- | files/.zsh/rc/S40_completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/.zsh/rc/S40_completion b/files/.zsh/rc/S40_completion index 7edf18c..7ba2f08 100644 --- a/files/.zsh/rc/S40_completion +++ b/files/.zsh/rc/S40_completion @@ -29,7 +29,7 @@ hosts=($( ( \ zstyle ':completion:*' hosts $hosts zstyle ':completion:*:hosts' list-colors '=(#b)(*)(bobov.name)=01;30=01;31' '=[^.]#=01;31' -users=(root dexter anton) +users=(root anton) zstyle ':completion:*' users $users # }}} |
