Add asdfexec helper command

main
Ensar Sarajčić 2023-08-19 21:02:09 +02:00
parent f24ceb80f9
commit f6916c3c3c
2 changed files with 9 additions and 2 deletions

View File

@ -43,3 +43,10 @@ eval (asdf exec direnv hook fish | source)
function direnv
asdf exec direnv "$argv"
end
function asdfexec
begin
asdf shell $argv[1] $argv[2]
$argv[3..]
end
end