mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
go: Add recursive gofmt alias
This commit is contained in:
parent
5fcb6e1263
commit
f2907b2487
1 changed files with 3 additions and 0 deletions
|
|
@ -149,3 +149,6 @@ __go_tool_complete() {
|
||||||
}
|
}
|
||||||
|
|
||||||
compdef __go_tool_complete go
|
compdef __go_tool_complete go
|
||||||
|
|
||||||
|
# aliases
|
||||||
|
alias gfa='go fmt . ./...'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue