Skip to content

Commit

Permalink
feat(git): use better completions
Browse files Browse the repository at this point in the history
Add completions for hub as well
  • Loading branch information
tagoro9 committed Dec 29, 2021
1 parent 2fbb094 commit 3e175e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions config/shells/common/aliases.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Alias Hub to get a better Github integration
eval "$(hub alias -s)"

# Alias vim to our default editor
alias vim='${EDITOR:-vim}'
alias vi='${EDITOR:-vim}'
Expand Down
1 change: 1 addition & 0 deletions config/shells/zsh/zplug.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ zplug plugins/docker, from:oh-my-zsh
zplug plugins/fzf, from:oh-my-zsh
zplug Aloxaf/fzf-tab, from:github
zplug plugins/git, from:oh-my-zsh
zplug plugins/github, from:oh-my-zsh
zplug plugins/git-extras, from:oh-my-zsh
zplug plugins/node, from:oh-my-zsh
zplug plugins/npm, from:oh-my-zsh
Expand Down

0 comments on commit 3e175e0

Please sign in to comment.