zshenv: export $PYTHONPATH and $BEMENU_OPTS

This commit is contained in:
leo 2023-06-06 16:10:54 +02:00
parent 559358be68
commit 6e67a79d7a
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -18,6 +18,11 @@ export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/$USER
[ -z "$IN_NIX_SHELL" ] && export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
export PYTHONPATH="$HOME/.nix-profile/lib/python3.11/site-packages"
export BEMENU_OPTS="--tb '#6272a4' --tf '#f8f8f2' --fb '#282a36' --ff '#f8f8f2'
--nb '#282a36' --nf '#6272a4' --hb '#44475a' --hf '#50fa7b' --sb '#44475a'
--sf '#50fa7b' --scb '#282a36' --scf '#ff79c6' -n -p '⇒' --fork -l 5
--fn 'Fira Code Retina 17'"
add_to_path() {
local p=$1