diff --git a/.zshrc b/.zshrc index 6143fe8..ade0e9f 100644 --- a/.zshrc +++ b/.zshrc @@ -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 diff --git a/scripts/my_imports.py b/scripts/my_imports.py new file mode 100644 index 0000000..7764a91 --- /dev/null +++ b/scripts/my_imports.py @@ -0,0 +1,2 @@ +from math import * +import numpy as np