Add asdfexec helper command
parent
f24ceb80f9
commit
f6916c3c3c
|
@ -43,3 +43,10 @@ eval (asdf exec direnv hook fish | source)
|
||||||
function direnv
|
function direnv
|
||||||
asdf exec direnv "$argv"
|
asdf exec direnv "$argv"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function asdfexec
|
||||||
|
begin
|
||||||
|
asdf shell $argv[1] $argv[2]
|
||||||
|
$argv[3..]
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue