Skip to content

Commit

Permalink
feat: expand aliases via tab
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Sep 30, 2023
1 parent ff61935 commit 7ef4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/rc.d/03-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builtin zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}

builtin zstyle '*' single-ignored show

builtin zstyle ':completion:*' completer _complete _match _approximate
builtin zstyle ':completion:*' completer _expand_alias _complete _match _approximate _ignored
builtin zstyle ':completion:*' format ' %F{yellow}-- %d --%f'
builtin zstyle ':completion:*' group-name ''
builtin zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
Expand Down

0 comments on commit 7ef4e02

Please sign in to comment.