From 295e068bdddabc8df9005f86f48119066776dadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 11 Aug 2024 14:45:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(fish):=20add=20links=20to?= =?UTF-8?q?=20fish=20and=20zsh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/.github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/fish/.github/README.md b/.config/fish/.github/README.md index f5a3a30a..52e4d1d6 100644 --- a/.config/fish/.github/README.md +++ b/.config/fish/.github/README.md @@ -18,7 +18,7 @@ # :herb: ‎ About -Fish is my default shell. I tried zsh in the past but I like the built in options of fish as well as its language and the plugin options. +[Fish](https://fishshell.com/) is my default shell. I tried [zsh](https://zsh.org) in the past but I like the built in options of fish as well as its language and the plugin options. Talking about plugins, these are the ones I'm currently using: @@ -35,7 +35,7 @@ The prompt I use is [starship](https://starship.rs/). A minimal, easy to customi There is some completion files for apps that I use. You can check them [here](../completions/). -In term of aliases, I have none. Instead, I use custom functions, but thats just a preference. Be sure to not put your aliases inside you config.fish tho. If you wanna know more about it, check this [article](https://bsago.me/tech-notes/make-fish-start-faster). +In term of aliases, I have none. Instead, I use custom functions, but that's just a preference. Be sure to not put your aliases inside you config.fish tho. If you wanna know more about it, check this [article](https://bsago.me/tech-notes/make-fish-start-faster). Abbreviations are included in [this file](../abbreviations.fish).