Skip to content

Instantly share code, notes, and snippets.

@fidacura
Created June 6, 2020 15:04
Show Gist options
  • Select an option

  • Save fidacura/45d495a4b11f9f775c0a5f705884b244 to your computer and use it in GitHub Desktop.

Select an option

Save fidacura/45d495a4b11f9f775c0a5f705884b244 to your computer and use it in GitHub Desktop.
# config file
# nano ~/.config/fish/config.fish
# reload the config
# source ~/.config/fish/config.fish
# GOLANG configuration
set -x GOPATH $HOME/go
set PATH $PATH /usr/local/go/bin $GOPATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment