summaryrefslogtreecommitdiff
path: root/zsh/env
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-02 09:55:02 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-10-02 09:55:02 +0300
commitce10925ef50a1775604d406e7263ba06f62a89ee (patch)
tree61f8322c0a38882fd3b239778f3f5ec8d2b1ee79 /zsh/env
parent736cfe910493dd10f7730978f98988ff73786082 (diff)
Making use of new utils.
Changes to be committed: modified: keybinds modified: zsh/aliases modified: zsh/env
Diffstat (limited to 'zsh/env')
-rw-r--r--zsh/env10
1 files changed, 8 insertions, 2 deletions
diff --git a/zsh/env b/zsh/env
index b40a815..413885d 100644
--- a/zsh/env
+++ b/zsh/env
@@ -4,8 +4,11 @@
### apps to open stuff ###
-export EDITOR=nvim
-export BROWSER=brave
+export EDITOR="nvim"
+export BROWSER="brave"
+export TERM="st"
+
+export BAT_THEME="base16"
### gpg ###
export GPG_TTY=$(tty)
@@ -40,6 +43,9 @@ export VKD3D_CONFIG=dxr,dxr11
#export PROTON_ENABLE_NGX_UPDATER=1
### QT and GTK ###
+
+# export QT_QPA_PLATFORMTHEME=qt5ct
+
export GTK_THEME=Arc:dark
export GTK2_RC_FILES=/usr/share/themes/Arc-Dark/gtk-2.0/gtkrc
export QT_STYLE_OVERRIDE=adwaita-dark