dotfiles/profile

9 lines
191 B
Plaintext
Raw Normal View History

2018-09-18 10:32:57 -04:00
#if [[ -f /etc/solus-release ]]; then
# source /usr/share/defaults/etc/profile
#fi
2018-06-21 23:56:32 -04:00
2018-05-28 03:47:56 -04:00
export EDITOR=vim
2018-06-30 23:20:42 -04:00
export PATH=$PATH:$HOME/bin:$HOME/go/bin
2018-06-21 23:56:32 -04:00
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
2018-05-28 03:47:56 -04:00