Skip to content

Commit

Permalink
Make zsh completion work like bash completion (complete from word pre…
Browse files Browse the repository at this point in the history
…fixes)
  • Loading branch information
tuzz committed Aug 4, 2020
1 parent e51077f commit 784a53c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef/profile/files/user_profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export GPG_TTY="$(tty)"
export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh"

alias gca="git commit --amend --no-edit"

bindkey '\CI' expand-or-complete-prefix

0 comments on commit 784a53c

Please sign in to comment.