dotfiles/.config/fish/functions/powershell.fish

5 lines
100 B
Fish

# Defined in - @ line 0
function powershell --description 'alias powershell pwsh'
pwsh $argv;
end