Browse Source

added .profile

Hans Martin 3 years ago
parent
commit
5725aa79b6
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .profile

+ 12 - 0
.profile

@@ -0,0 +1,12 @@
+# GTK and QT Stuff
+export QT_QPA_PLATFORMTHEME="qt5ct"
+export GTK2_RC_FILES="$HOME/.gtkrc-2.0"
+
+export EDITOR=/usr/bin/nvim
+export BROWSER=/usr/bin/librewolf
+
+# bin path for rofi
+export PATH=$HOME/documents/bin/:$PATH
+
+# rust
+. "$HOME/.cargo/env"