diff --git a/knowledge base/fish.md b/knowledge base/fish.md index ed6359a..063ccd9 100644 --- a/knowledge base/fish.md +++ b/knowledge base/fish.md @@ -162,9 +162,11 @@ bind ## Further readings - [Website] +- [Codebase] - [`bash`][bash] - [`zsh`][zsh] - [Fish shell cheatsheet] +- [The fish language] Prompts: @@ -178,7 +180,6 @@ Frameworks: ### Sources - [Documentation] -- [Github] - [Brace expansion with range in fish shell] +[codebase]: https://github.com/fish-shell/fish-shell [documentation]: https://fishshell.com/docs/current/ -[github]: https://github.com/fish-shell/fish-shell +[the fish language]: https://fishshell.com/docs/current/language.html [website]: https://fishshell.com/