# Plugins

I don't have a lot of plugins because Fish is awesome and comes with great defaults.

I use [Fisher](https://github.com/jorgebucaran/fisher) to manage [my plugins](https://github.com/obahareth/dotfiles).

### Utility <a href="#utility" id="utility"></a>

* ​[autojump](https://github.com/wting/autojump) - A cd command that learns - easily navigate directories from the command line.
* [asdf](https://github.com/asdf-vm/asdf) - One version manager for all my programming languages (no need to have rvm/nvm/etc.).
* [bass](https://github.com/edc/bass) - Make Bash utilities usable in Fish shell.

### Prompt <a href="#prompt" id="prompt"></a>

* [Starship](https://github.com/starship/starship) - Pretty, minimal and fast cross-shell prompt.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.omar.engineer/apps-and-tools/fish/plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
