5 lines
100 B
Fish
5 lines
100 B
Fish
|
# Defined in - @ line 0
|
||
|
function powershell --description 'alias powershell pwsh'
|
||
|
pwsh $argv;
|
||
|
end
|