dotfiles/.profile
2020-03-16 11:29:15 -03:00

16 lines
358 B
Bash

#
# | '__/ _ \ / _` / __| Roger González
# | | | (_) | (_| \__ \ https://rogs.me
# |_| \___/ \__, |___/ https://git.rogs.me
# |___/
#
#
# ~/.profile
#
#
[[ "$XDG_CURRENT_DESKTOP" == "KDE" ]] || export QT_QPA_PLATFORMTHEME="qt5ct"
export EDITOR=/usr/bin/nano
export TERM=xterm-256color
[[ -f ~/.extend.profile ]] && . ~/.extend.profile