bash: add golang env

This commit is contained in:
masterzu 2019-01-16 12:49:13 +01:00
parent b3e1617742
commit 3b20d47039
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ alias sc=screen
alias h=history
alias td='todo -c --force-colour --filter -done,+children | less -r'
alias tdall='todo --force-colour -A|less -r'
alias go=gnome-open
#alias go=gnome-open
alias pp='python -mjson.tool'
alias cd='cd -P'
alias tm=tmux

View File

@ -84,4 +84,10 @@ test -z "$TMUX" -a "$TERM" == "st-256color" && {
test -n "$(tmux ls 2>/dev/null)" && exec tmux attach || exec tmux
}
# golang env
export PATH=$PATH:/home/patrick/src/golang/go1.11.2/bin
export GOPATH=/home/patrick/devel/golang
# end .bashrc