Browse Source

added .profile

Hans Martin 3 năm trước cách đây
mục cha
commit
5725aa79b6
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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"