mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-13 05:45:48 +00:00
update zshrcs. Thanks to @technnocoreai for the idea
TODO: split common components to several files
This commit is contained in:
@ -21,6 +21,8 @@ bashcompinit
|
||||
# first symbol autocomplete
|
||||
zstyle ':completion:*' insert-tab false
|
||||
zstyle ':completion:*' max-errors 2
|
||||
# correct host complete
|
||||
[[ -f ~/.ssh/config ]] && zstyle ':completion:*' hosts $(awk '/^Host .*$/ { print $2 }' ~/.ssh/config)
|
||||
|
||||
# prompt
|
||||
autoload -U promptinit
|
||||
|
Reference in New Issue
Block a user