Explorar el Código

added .profile

Hans Martin hace 3 años
padre
commit
5725aa79b6
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  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"