mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
6ccf5d3352
This is the start of a process to change the old READMEs to the new format.
18 lines
417 B
Markdown
18 lines
417 B
Markdown
# fish
|
|
|
|
[fish][fish] is the friendly interactive shell.
|
|
|
|
## Use Cases
|
|
|
|
fish can be used to:
|
|
|
|
- Have syntax highlighting in the terminal with 0 configuration
|
|
- Have leading autocompletion in the terminal with 0 configuration
|
|
- Set abbreviations instead of aliases, making it easy to remember what aliases expand to
|
|
|
|
You should not use fish if:
|
|
|
|
- You should use fish.
|
|
|
|
[fish]: https://github.com/fish-shell/fish-shell
|