diff options
author | awy <awy@awy.one> | 2024-11-29 15:56:34 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-11-29 15:56:34 +0300 |
commit | 2da406db9a02d572058d1e9ef8b3c1ceb779a76a (patch) | |
tree | eb5b9165bd2cb221ac6d675fe8a0dca14c96b56d /.config/shell | |
parent | 18ee1c7b93197c32093a6948c6722d0d5de28eb7 (diff) |
make home cleaner
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 9b30b60..48cac52 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -16,6 +16,8 @@ export GIT_CONFIG="$XDG_CONFIG_HOME/git/config" export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass 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 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 |