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

4 lines
45 B
Fish
Raw Normal View History

function webstorm
open -a Webstorm .
end