eshrc: add python-demos to PATH if available

This commit is contained in:
K. Lange 2018-10-19 11:00:05 +09:00
parent d2b8145361
commit f94bedccdb

View File

@ -11,3 +11,4 @@ unset START
if stat -Lq /usr/local/bin then export PATH="/usr/local/bin:$PATH"
if stat -Lq /usr/i686-pc-toaru/bin then export PATH="/usr/i686-pc-toaru/bin:$PATH"
if stat -Lq /usr/share/python-demos then export PATH="/usr/share/python-demos:$PATH"