<< shell

Fish Shell

1. Basic Usage

# Features

fish, the friendly interactive shell. Here are three key features of fish:

# Function

The function in fish defined as

function [function_name]
    # ... commands ...
end
# Abbra