when replying to the mailing list, be sure to use "reply all" so that
other readers of this list can follow along.

On Thu Oct 21, 2021 at 9:28 PM PDT, John Chludzinski wrote:
> I tried using the full pathname but got the same result:"
>
> *Error: the directory . ./poky does not exist?*

that still doesn't look like the absolute path.

you can cd into the directory with the script you would like to source
and then run 'pwd' to see the full path of that directory. then add the
filename to that directory path for the full absolute path.

you can also run bass (or replay, more on that in the last few lines of
this message) like this (another example):

  bass 'source /etc/profile.d/python-docs.sh'

note the quotes wrapping the command i am running with bass, or replay
which can used for the same purpose.

replay is a more recently maintained fish plugin that has similar
functionality to bass.  you can find it here:

https://github.com/jorgebucaran/replay.fish

that plugin is faster from what i can tell.

--
ak


_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to