mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
🐧 Python : preload scripts
This commit is contained in:
1
.zshrc
1
.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
|
||||
|
||||
2
scripts/my_imports.py
Normal file
2
scripts/my_imports.py
Normal file
@ -0,0 +1,2 @@
|
||||
from math import *
|
||||
import numpy as np
|
||||
Reference in New Issue
Block a user