mattvonrocketstein / smash

SMArtSHell: python/bash hybrid shell
MIT License
11 stars 1 forks source link

load bash functions from arbitrary source file #15

Closed mattvonrocketstein closed 8 years ago

mattvonrocketstein commented 9 years ago

currently the only way to load bash functions is to have them declared somewhere in the normal bash bootstrap (bashrc, profile, whatever). it might be a good idea to allow loading from arbitrary files