Skip to content

Commit

Permalink
Merge pull request pry0cc#95 from mswell/add_gf_autocomplete
Browse files Browse the repository at this point in the history
enable GF auto-completion
  • Loading branch information
pry0cc authored Sep 15, 2020
2 parents 6e584c2 + 22d2624 commit b98b9c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ axiom-ls() {
axiom-implode() {
/snap/bin/doctl compute droplet delete -f $(/snap/bin/doctl compute droplet list | awk '{ print $2 }' | grep $(hostname))
}

# enable GF auto-completion
source $GOPATH/src/github.com/tomnomnom/gf/gf-completion.zsh

0 comments on commit b98b9c0

Please sign in to comment.