Skip to content

Commit

Permalink
add gfa alias for recursive formatting
Browse files Browse the repository at this point in the history
inspired from ohmyzsh#2018
  • Loading branch information
ncanceill committed May 29, 2014
1 parent 76e23e6 commit ac1a321
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/golang/golang.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,6 @@ __go_tool_complete() {
}

compdef __go_tool_complete go

# aliases
alias gfa='go fmt . ./...'

0 comments on commit ac1a321

Please sign in to comment.