Skip to content

Instantly share code, notes, and snippets.

@chocnut
chocnut / config.fish
Created February 23, 2019 12:21 — forked from pierre-b/config.fish
golang fish shell config
# config file
# vim ~/.config/fish/config.fish
# reload the config
# source ~/.config/fish/config.fish
# set the workspace path
set -x GOPATH /users/my-username/go
# add the go bin path to be able to execute our programs