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