From 1bb836dee14199a5b3a616b918398ac3b343231a Mon Sep 17 00:00:00 2001 From: JaeYoo-Im Date: Fri, 5 Dec 2025 13:52:07 +0900 Subject: [PATCH] pythonpad : env applied. --- scripts/pythonpad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/pythonpad b/scripts/pythonpad index ff680f4..f78a235 100755 --- a/scripts/pythonpad +++ b/scripts/pythonpad @@ -1,11 +1,9 @@ #!/usr/bin/env bash -PYTHONSTARTUP=~/scripts/my_imports.py - winclass="$(xdotool search --class pythonpad)"; if [ -z "$winclass" ]; then - alacritty --class pythonpad -e python + PYTHONSTARTUP=/home/jaeus/scripts/my_imports.py alacritty --class pythonpad -e python else if [ ! -f /tmp/pythonpad ]; then touch /tmp/pythonpad && xdo hide "$winclass"