aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-26 20:36:17 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-26 20:36:17 +0000
commitfffa3703032858166c438b29f737d7312c6b7581 (patch)
treefe952f262aadd7598e9dcfdd432a16db160192aa /profile
parent2721f584dea306a6d5ecb5d21c381b025466d84e (diff)
added .profile
Diffstat (limited to 'profile')
-rw-r--r--profile/.bash_profile3
-rw-r--r--profile/.profile7
2 files changed, 8 insertions, 2 deletions
diff --git a/profile/.bash_profile b/profile/.bash_profile
index 62773b6..863566c 100644
--- a/profile/.bash_profile
+++ b/profile/.bash_profile
@@ -16,5 +16,4 @@ export BROWSER="firefox"
export EDITOR="vim"
export TERMINAL="st"
export READER="zathura"
-export QT_QPA_PLATFORMTHEME=qt5ct
-startx
+export QT_QPA_PLATFORMTHEME="qt5ct"
diff --git a/profile/.profile b/profile/.profile
index e69de29..1caabf0 100644
--- a/profile/.profile
+++ b/profile/.profile
@@ -0,0 +1,7 @@
+export PATH=$PATH:$HOME/.config/Scripts
+export XDG_CONFIG_HOME="$HOME/.config"
+export BROWSER="firefox"
+export EDITOR="vim"
+export TERMINAL="st"
+export READER="zathura"
+export QT_QPA_PLATFORMTHEME="qt5ct"