Skip to content

Instantly share code, notes, and snippets.

View fccoelho7's full-sized avatar
🌎
Working from somewhere

Fabio Coelho fccoelho7

🌎
Working from somewhere
  • RabbiTechs
View GitHub Profile
@fccoelho7
fccoelho7 / tech-challenge.md
Last active May 22, 2021 05:45 — forked from codeholic/README.md
Tech Challenge - Gallant
@jackgris
jackgris / config.fish
Last active April 13, 2019 13:48
Example of config for fish shell
## Lenguaje Go
set --export GOROOT /usr/local/go
set -gx PATH /usr/local/go/bin $PATH
#set -gx PATH GOROOT/bin $PATH
set --export GOPATH $HOME/GoProjects
set -gx PATH $GOPATH/bin $PATH
## AppEngine para GO
set -gx PATH $HOME/programs/go_appengine $PATH