Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
ac1a321a
Commit
ac1a321a
authored
May 29, 2014
by
ncanceill
Browse files
add gfa alias for recursive formatting
inspired from #2018
parent
76e23e62
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/golang/golang.plugin.zsh
View file @
ac1a321a
...
...
@@ -158,3 +158,6 @@ __go_tool_complete() {
}
compdef __go_tool_complete go
# aliases
alias
gfa
=
'go fmt . ./...'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment