aboutsummaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
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"