By any chance do you have a workaround in Bash for autocompleting Julia scripts upon pressing TAB?
My current system installation of Julia is a simple symbolic link to the binary built from the sources, and I am not sure how I could make julia foo[TAB]
autocomplete to julia foo_script.jl
.