You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't understand how to use the shell configuration option. If I set the 'shell' as
shell: "/usr/local/bin/sd-bash"
where sd-bash is a bash wrapper (to set some environment variables, like PATH) and then run the anyrun it still uses /bin/bash.
How I checked this: I have texdoc in /usr/local/opt/texlive/2024/bin/x86_64-linux and sd-bash sets PATH accordingly, but when I run :sh 'texdoc minted' I see the following in the Hyprland log:
/bin/bash: line 1: texdoc minted: command not found
P.S. The sd-bash is actually a symlink to sd-xxx with the following content:
It seems like your script is running bash "texdoc minted" instead of bash -c "texdoc minted" like it should for bash to interpret the texdoc minted as verbatim shell commands.
Hello.
I don't understand how to use the
shell
configuration option. If I set the 'shell' aswhere
sd-bash
is a bash wrapper (to set some environment variables, likePATH
) and then run theanyrun
it still uses/bin/bash
.How I checked this: I have
texdoc
in/usr/local/opt/texlive/2024/bin/x86_64-linux
andsd-bash
setsPATH
accordingly, but when I run:sh 'texdoc minted'
I see the following in the Hyprland log:P.S. The
sd-bash
is actually a symlink tosd-xxx
with the following content:The text was updated successfully, but these errors were encountered: