diff --git a/home/user/.config/zsh/functions b/home/user/.config/zsh/functions index a5736de..d048278 100644 --- a/home/user/.config/zsh/functions +++ b/home/user/.config/zsh/functions @@ -178,6 +178,5 @@ weather() { } gobuild() { - mkdir ./bin - go build $@ -o ./bin ./... + go build $@ -o ./bin/ ./... }