mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
zsh : python startup env
This commit is contained in:
8
.zshrc
8
.zshrc
@ -46,6 +46,12 @@ if [[ $JUPCID == "WSL" ]];then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# python env
|
# python env
|
||||||
export PYTHONSTARTUP=~/scripts/my_imports.py
|
export PYTHONSTARTUPSCRIPT=~/scripts/my_imports.py
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
|
# pokemon-colorscripts --no-title -s -r
|
||||||
|
|
||||||
|
. "$HOME/.atuin/bin/env"
|
||||||
|
|
||||||
|
eval "$(atuin init zsh)"
|
||||||
|
|||||||
Reference in New Issue
Block a user