Top "Fish" questions

The fish shell is an alternate shell, and scripting language, for *nix systems (including macOS).

How to define an alias in fish shell?

I would like to define some aliases in fish. Apparently it should be possible to define them in ~/.config/fish/…

linux shell fish
How to set my default shell on Mac?

I do not like to retype fish every time I start terminal. I want fish on by default. How can …

macos terminal fish
Suppress or Customize Intro Message in Fish Shell

Is it possible to remove the intro message in fish shell: Welcome to fish, the friendly interactive shell Type help …

fish
Modifying PATH with fish shell

I'm currently playing around with the fish shell and I'm having some trouble wrapping my head around how the PATH …

shell environment-variables fish
how to set environment variables in fish shell

Can someone please tell me what's the correct way to set a bunch of environment variables in the fish shell? …

shell fish
Open a folder in Sublime Text 3 using command line

I'm trying to open a directory in sublime Text 3. I can launch sublime from the command line using the subl …

command-line sublimetext3 fish
How to get virtualenv to work with fish shell

I'm trying to get virtualenv to work with the fish shell. I have virtualenv installed and it works fine with …

virtualenv fish
How to use vi mode in fish shell?

I saw vi-mode implementation for fish shell here, but I have no clue how to use it. Is there any …

vim vi fish
How do I unset a variable in the fish shell?

In bash I can unset a variable with unset myvar In fish I get fish: Unknown command 'unset' What's the …

fish