The fish shell is an alternate shell, and scripting language, for *nix systems (including macOS).
I would like to define some aliases in fish. Apparently it should be possible to define them in ~/.config/fish/…
linux shell fishI do not like to retype fish every time I start terminal. I want fish on by default. How can …
macos terminal fishIs it possible to remove the intro message in fish shell: Welcome to fish, the friendly interactive shell Type help …
fishI'm currently playing around with the fish shell and I'm having some trouble wrapping my head around how the PATH …
shell environment-variables fishCan someone please tell me what's the correct way to set a bunch of environment variables in the fish shell? …
shell fishI'm trying to open a directory in sublime Text 3. I can launch sublime from the command line using the subl …
command-line sublimetext3 fishI'm trying to get virtualenv to work with the fish shell. I have virtualenv installed and it works fine with …
virtualenv fishI am looking for the equivalent of source .bashrc for Fish.
shell configuration-files fishI saw vi-mode implementation for fish shell here, but I have no clue how to use it. Is there any …
vim vi fishIn bash I can unset a variable with unset myvar In fish I get fish: Unknown command 'unset' What's the …
fish