Skip to content

Instantly share code, notes, and snippets.

View joaom00's full-sized avatar
🎯
Focusing

João Pedro Magalhães joaom00

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[user]
name = João Pedro
email = [email protected]
[include]
path = ~/themes.gitconfig
[init]
defaultBranch = main
# <type>[(optional scope)]: <subject>
# <BLANK LINE>
# [optional body]
# <BLANK LINE>
# [optional footer(s)]
# type
# fix: A bug fix
# feat: A new features
# docs: Documentation only changes
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/joaom/.oh-my-zsh"
export PATH=$HOME/.local/bin:$PATH
export GO111MODULE='on'
export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go