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

5 lines
100 B
Fish
Raw Normal View History

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