fish-conf/conf.d/gcloud_aliases.fish

12 lines
169 B
Fish
Raw Normal View History

2020-06-17 11:09:14 +00:00
function gstart
gcloud compute instances start $argv
end
function gstop
gcloud compute instances stop $argv
end
function gssh
gcloud compute ssh $argv
end