Skip to content
Advertisement

Tag: fish

Konsole not getting the full url when is a port (:) on it (on click)

Normally I use to do something like this when using express applications(Or any other type of application that involves a URL): But when I click on the URL my browser opens https://127.0.0.1 instead of http://127.0.0.1:7070. I remember that this was not the way it used to work, but not entirely sure. I am using Konsole(v22.04.1) over fish(v.3.4.1) (Fish does not

Bash script conversion to fish

I’m trying to convert this script to fish: https://github.com/masahide/OmniSSHAgent/blob/main/hack/ubuntu-bash.setup.sh This is my progress so far: It should be fully converted except that main command substitution in the last function: that raises this error: And I don’t understand how to convert it. Can you help me? Thanks Answer Found the correct way to convert it (thanks to @masahide: https://github.com/masahide/OmniSSHAgent/issues/16#issuecomment-1107446991):

Advertisement