zsh : python startup env

This commit is contained in:
2025-08-12 16:00:36 +09:00
parent fc4538ac6e
commit b2b4dd33a5

8
.zshrc
View File

@ -46,6 +46,12 @@ if [[ $JUPCID == "WSL" ]];then
fi
# python env
export PYTHONSTARTUP=~/scripts/my_imports.py
export PYTHONSTARTUPSCRIPT=~/scripts/my_imports.py
eval "$(starship init zsh)"
# pokemon-colorscripts --no-title -s -r
. "$HOME/.atuin/bin/env"
eval "$(atuin init zsh)"