Oh My Fish plugin for asdf
A plugin for Oh My Fish.
This plugin installs asdf and initializes it using an oh-my-fish plugin. It also provides a few helper functions.
$ omf install asdf
$ asdf <command> # see asdf documentation
Helper function for listing all installed asdf plugins with all their respective installed versions:
$ asdf-list-all
Helper functions for listing all active tools and their versions. This reads from .tool-versions
files recursively up the directory tree starting from pwd
. It also ignores global versions defined in ~/.tool-versions
.
$ asdf-tools
In the future I plan to have this plugin provide fish functions for determining tool versions through asdf, so theme designers can optionally include tool versions in prompts.
MIT © Chris Dosé et al