Skip to content

Instantly share code, notes, and snippets.

@drscream
Created January 8, 2017 15:55
Show Gist options
  • Save drscream/4ca736cfda44e216d7619b6908a0d1d5 to your computer and use it in GitHub Desktop.
Save drscream/4ca736cfda44e216d7619b6908a0d1d5 to your computer and use it in GitHub Desktop.
alias dz-search='dz list -c | grep -i'
alias zlogin='dz shell '
function alogin() {
UUID=$(cat ~/.dz/vms.json | jq -r '.[][] | select(.alias=="'${1}'") | .uuid')
dz shell ${UUID}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment