dotfiles/.config/fish/functions/webstorm.fish

4 lines
45 B
Fish

function webstorm
open -a Webstorm .
end