Skip to content

Instantly share code, notes, and snippets.

View onyxraven's full-sized avatar
😺

Justin Hart onyxraven

😺
View GitHub Profile
@onyxraven
onyxraven / asdf-alias
Created November 3, 2020 16:34 — forked from andrewthauer/asdf-alias
asdf-alias
#!/usr/bin/env bash
#
# description:
# Symlink a short name to an exact version
#
# usage:
# asdf-alias <plugin> <name> [<version> | --auto | --remove]"
# asdf-alias <plugin> --auto"
# asdf-alias <plugin> [--list]"
#