Top "Fish" questions

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

Fish Interactive Shell full path

Is there a way in the Fish Interactive shell for the full path to be displayed. Currently when I navigate …

macos unix path fish
Add conda to path in fish

~> conda install pandas fish: Unknown command 'conda' I understand that I need to add conda to PATH, but no …

fish conda
How do I change the colour of directory listings with oh-my-fish?

I've recently decided to give the fish shell a shot and also started using oh-my-fish. The problem I'm having is …

fish
Setting exports in Fish Shell

I have multiple versions of PHP installed, and for my normal development I always use PHP 5.5.x installed via homebrew. …

bash shell drupal fish
Cannot understand command substitution in Fish shell

In sh: ~$ `echo ls` bin/ Desktop/ But in fish: fish: Illegal command name “(echo ls)” ~% (echo ls) (Note that the …

bash shell command-line fish
Using Go with fish fish shell - error when running `go install /path/to/src`

I am following the "How to Write Code" portion of the golang docs, here. I am also using fish fish …

go fish
missing end to balance this if statement

i try to add this lines to my .bash-profile if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ];then source "$(…

git bash shell unix fish
The fish shell and executing programs from bash through `function`

I'm currently trying to run the atom editor in the bash shell, from the fish shell. It's important that I …

bash executable fish
Fish shell - How to interpolate a subcommand?

In bash I can say: $ echo "a$(echo b)c" abc How do I do this in the fish shell?

interpolation fish
How can I do bash 'set -e', 'set -u' and 'set -x' in fish?

I suppose for set -e I could trap signals, but the others I have no clue.

shell fish