Skip to content

Commit

Permalink
fix(wiki): Fix links in terminal workflow wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Sep 6, 2023
1 parent 78b74b6 commit bd8d7ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/wiki/computers/terminalworkflow/terminalworkflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ On both macOS and Linux, I use the terminal for a fair amount of things, oftenti

I use the following plugins for Fish, and use [fisher]() to manage them:

- jorgebucaran/autopair.fish
- [jorgebucaran/autopair.fish](https://github.com/jorgebucaran/autopair.fish)
- Automatically close parenthesis and other pairs
- jorgebucaran/hydro
- [jorgebucaran/hydro](https://github.com/jorgebucaran/hydro)
- Nice prompt that's very fast, [Tide](https://github.com/IlanCosman/tide) is a nice alternative.
- jorgebucaran/replay.fis
- [jorgebucaran/replay.fish](https://github.com/jorgebucaran/replay.fish)
- Very rarely, I need to run bash-only stuff, this runs the command in Bash and playback the result in Fish
- jorgebucaran/nvm.fish
- [jorgebucaran/nvm.fish](https://github.com/jorgebucaran/nvm.fish)
- Node Version Manager, but in Fish. It's very fast and neat compared to the official `nvm`, very nice!
- PatrickF1/fzf.fish
- [PatrickF1/fzf.fish](https://github.com/PatrickF1/fzf.fish)
- `fzf` integration for Fish, I always forget the keybinds but it comes in handy once in a while

(This segment is in fact, not sponsored by [Jorge Bucaran](https://github.com/jorgebucaran), unlike what you might think)
Expand Down

0 comments on commit bd8d7ea

Please sign in to comment.