🐧 Python : preload scripts

This commit is contained in:
2022-03-25 16:33:32 +09:00
parent 38b960491e
commit d01f85d824
2 changed files with 3 additions and 0 deletions

1
.zshrc
View File

@ -37,3 +37,4 @@ cat ~/.cache/wal/sequences &
export DISPLAY=192.168.144.1:10.0
export EDITOR=nvim
export PYTHONSTARTUP=~/scripts/my_imports.py

2
scripts/my_imports.py Normal file
View File

@ -0,0 +1,2 @@
from math import *
import numpy as np