aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fab70be..4d43a21 100644
--- a/.bashrc
+++ b/.bashrc
@@ -360,3 +360,5 @@ runcpp() (
g++ -std=c++14 -Wall -Wextra "${src_files[@]}" && ./a.exe
popd > /dev/null && rm -rf "$build_dir"
)
+
+export PYTHONSTARTUP=~/.pythonrc