Skip to content

Instantly share code, notes, and snippets.

@ianblenke
Created March 3, 2015 21:08
Show Gist options
  • Save ianblenke/25edf49e793e9bad94a2 to your computer and use it in GitHub Desktop.
Save ianblenke/25edf49e793e9bad94a2 to your computer and use it in GitHub Desktop.
Alias dies to deis
#cloud-config
write_files:
- path: /etc/profile.d/dies.sh
permissions: 0644
owner: root
content: |
alias dies=deis
@gabrtv
Copy link

gabrtv commented Mar 3, 2015

Haha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment