> Which scripts? If you set environment variable PATH for ion to contain
> ~/bin, it will search executables there also. You can check your PATH
> setting in ion by Mod1+F3 (opens Query for lua code to exectute), then
> you type:
>
> mod_query.message(_, os.get_env('PATH'))
>
> This lets you see the content of your PATH variable for ion.
>
> Setting PATH variable depends on the way how you launch ion.
I meant bash scripts or executables not ion scripts.
I tried
mod_query.message(_, os.get_env('PATH'))
but I got an error :
attempt to call field 'get_env' (a nil value)
I launch ion with exec ion3 in my .xsession and gdm.