Skip to content

Commit

Permalink
Create jkl.fish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenney G authored Dec 19, 2020
0 parents commit eb73b59
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jkl.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#asdf version manager script - add a plugin, install latest, and set its global version
function jkl $argv
command asdf plugin add $argv &&
asdf install $argv latest &&
asdf global $argv (asdf latest $argv)
end


0 comments on commit eb73b59

Please sign in to comment.