From b2b4dd33a5220ece637c42e5374feaafcabc5bb5 Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Tue, 12 Aug 2025 16:00:36 +0900 Subject: [PATCH] zsh : python startup env --- .zshrc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ff661c1..fe977e9 100644 --- a/.zshrc +++ b/.zshrc @@ -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)"