9 lines
191 B
Text
9 lines
191 B
Text
|
#if [[ -f /etc/solus-release ]]; then
|
||
|
# source /usr/share/defaults/etc/profile
|
||
|
#fi
|
||
|
|
||
|
export EDITOR=vim
|
||
|
export PATH=$PATH:$HOME/bin:$HOME/go/bin
|
||
|
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
||
|
|