unix-conf/fish/conf.d/gcloud_aliases.fish

12 lines
169 B
Fish
Raw Permalink Normal View History

2019-11-19 12:49:31 +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