summaryrefslogtreecommitdiff
path: root/.config/zsh/.zprofile
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-05-11 21:56:15 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-05-11 21:56:15 +0200
commit8327c5b656061009e2a2ffef5ee87ae128351ab4 (patch)
treecf65afd01fcce75be9e9ab97bae9b488dc959831 /.config/zsh/.zprofile
parent68d0ab871af6e3afdbeee94554359ec2daf083a8 (diff)
GTK_THEME environment variable
Diffstat (limited to '.config/zsh/.zprofile')
-rw-r--r--.config/zsh/.zprofile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile
index 6d8e5fc..8eb0020 100644
--- a/.config/zsh/.zprofile
+++ b/.config/zsh/.zprofile
@@ -5,6 +5,7 @@ export INPUTRC=$XDG_CONFIG_HOME/readline/inputrc
export PASSWORD_STORE_DIR=$XDG_DATA_HOME/pass
export GTK_RC_FILES=$XDG_CONFIG_HOME/gtk-1.0/gtkrc
export GTK2_RC_FILES=$XDG_CONFIG_HOME/gtk-2.0/gtkrc
+export GTK_THEME=Arc:dark
export RANGER_LOAD_DEFAULT_RC=FALSE
export CARGO_HOME=$XDG_DATA_HOME/cargo
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup