mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Improve ipython loader
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
if which ipython >/dev/null 2>/dev/null ; then
|
||||
if command -v ipython >/dev/null || command -v ipython3 >/dev/null ; then
|
||||
export PYTHONSTARTUP="${HOME}/.ipython.py"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user