oh-my-fish/plugins/python/python.load

4 lines
80 B
Fish
Raw Normal View History

if test -d /usr/local/share/python
set PATH /usr/local/share/python $PATH
end