diff options
author | awy <awy@awy.one> | 2024-11-29 15:59:09 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 15:59:09 +0300 |
commit | 48c385320f4c185879f2f43451ebf478aaf39c2b (patch) | |
tree | 631fce96c57824654217a5a973daa8e2bebdbbee /.config/shell/profile | |
parent | 2da406db9a02d572058d1e9ef8b3c1ceb779a76a (diff) |
make home cleaner
Diffstat (limited to '.config/shell/profile')
-rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 48cac52..8853efb 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -18,6 +18,7 @@ export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export CARGO_HOME="$XDG_DATA_HOME"/cargo export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config" export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" +export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc" export BEMENU_OPTS='--fb "#2e3440" --ff "#d8dee9" --nb "#2e3440" --nf "#d8dee9" --tb "#2e3440" --hb "#2e3440" --tf "#bf616a" --hf "#ebcb8b" --af "d8dee9" --ab "#2e3440" --fn "monospace 14"' export QT_QPA_PLATFORMTHEME=gtk2 |