From df7d8de4c464ba6d01663e509fc4c45c3f811d4f Mon Sep 17 00:00:00 2001 From: William Ball Date: Thu, 15 May 2025 10:38:12 -0700 Subject: [PATCH] and on zsh --- zsh/.config/zsh/.zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 9b6c921..7bbb9ab 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -3,6 +3,9 @@ # Add directories to PATH export PATH="$HOME/.local/share/cargo/bin:$HOME/.cache/cabal/bin:$HOME/.local/bin:$HOME/j9.5/bin:$HOME/.local/share/rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin:/usr/lib/smlnj/bin:$HOME/.config/emacs/bin:$HOME/.elan/bin:$HOME/.local/share/pack/bin:$PATH" +# Bemenu +export BEMENU_OPTS='--fb "#1e1e2e" --ff "#cdd6f4" --nb "#1e1e2e" --nf "#cdd6f4" --tb "#1e1e2e" --hb "#1e1e2e" --tf "#f5c2e7" --hf "#f9e2af" --af "#cdd6f4" --ab "#1e1e2e" --fn "Iosevka Nerd Font 16" --hp 5 --no-overlap --wrap' + # XDG directories export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config"