Skip to content

Instantly share code, notes, and snippets.

@ironprice91
Created January 31, 2016 04:05
Show Gist options
  • Select an option

  • Save ironprice91/05b2ceab7fbb4b94eee6 to your computer and use it in GitHub Desktop.

Select an option

Save ironprice91/05b2ceab7fbb4b94eee6 to your computer and use it in GitHub Desktop.
idea for backups and storing them as a repo
#!/bin/bash
# path to .zshrc
ZSHRC_FILE="~/.zshrc"
BACK_UP_EXT="{,.bak}"
eval \cp ${ZSHRC_FILE}${BACK_UP_EXT}
@ironprice91
Copy link
Author

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