1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

add gfa alias for recursive formatting

inspired from #2018
This commit is contained in:
ncanceill 2014-05-29 11:06:02 +02:00
parent 76e23e62c6
commit ac1a321abe

View file

@ -158,3 +158,6 @@ __go_tool_complete() {
} }
compdef __go_tool_complete go compdef __go_tool_complete go
# aliases
alias gfa='go fmt . ./...'