Added go to PATH
This commit is contained in:
parent
8c1e76775f
commit
26dfcc57c0
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -3,6 +3,6 @@ if [[ -f /etc/solus-release ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin:$HOME/go/bin
|
||||||
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue