blob: 9ecdc1834a6721c7ae02e95055176e96a6ddefaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# | '__/ _ \ / _` / __| 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
|