Skip to content

Commit b8eb5c7

Browse files
[Update] How to Install, Configure and Run the Fish Shell (#7336)
* Update index.md -deprecated and removed the link to:https://github.com/onodera-punpun/neet * Copy edits --------- Co-authored-by: Nathan Melehan <[email protected]>
1 parent 85e81e6 commit b8eb5c7

File tree

1 file changed

+4
-7
lines changed
  • docs/guides/quick-answers/linux/how-to-install-configure-and-run-fish

1 file changed

+4
-7
lines changed

docs/guides/quick-answers/linux/how-to-install-configure-and-run-fish/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ external_resources:
1414
- '[Fish Cookbook](https://github.com/jbucaran/fish-shell-cookbook#how-to-find-my-current-location-in-fish)'
1515
tags: ["linux"]
1616
aliases: ['/quick-answers/linux/how-to-install-configure-and-run-fish/']
17+
deprecated: true
18+
1719
---
1820

1921
![How to Install, Configure, and Run the Fish Shell](fish_banner.jpg)
@@ -38,7 +40,7 @@ The configuration file for Fish is located at: `~/.config/fish/config.fish`. You
3840

3941
![Customized Fish Shell Configuration File](fish_config.png)
4042

41-
## Regarding Fish
43+
## Use Fish
4244

4345
Fish is similar to other shells: you type commands followed by arguments.
4446

@@ -57,13 +59,8 @@ However, in Fish, you chain commands with `;`, instead of `&&`:
5759

5860
If you can't function without `!!` and `&&`, check [this](https://github.com/fish-shell/fish-shell/wiki/Bash-Refugees) repo out for a solution.
5961

60-
61-
## Use Fish
62-
63-
Fish boasts a full-featured scripting language. You can use scripts written in Fish to do anything you would do with a scripting language, and even some cooler [things](https://github.com/onodera-punpun/neet), like managing your anime/drama series.
64-
65-
6662
### Functions
63+
6764
Fish does not support aliasing. Instead Fish uses `functions`. Typing `functions` into Fish will output a list of functions that exist by default:
6865

6966

0 commit comments

Comments
 (0)