summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-30 09:57:25 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2019-12-30 09:57:25 -0300
commit02bd638160122e2b987c00fbbf3b7071c692fff3 (patch)
tree8671096bd66bf1847d2d108e1189a133243e300d
parentc1ba1089392e85a0c3da0ab5a270e7d1d618d4ce (diff)
Added .profile
-rw-r--r--.profile9
1 files changed, 9 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 00000000..19098b8a
--- /dev/null
+++ b/.profile
@@ -0,0 +1,9 @@
+#
+# ~/.profile
+#
+#
+
+[[ "$XDG_CURRENT_DESKTOP" == "KDE" ]] || export QT_QPA_PLATFORMTHEME="qt5ct"
+export EDITOR=/usr/bin/nano
+export TERM=xterm-256color
+[[ -f ~/.extend.profile ]] && . ~/.extend.profile