Skip to content

Instantly share code, notes, and snippets.

@robeastham
Created July 23, 2014 00:47
Show Gist options
  • Save robeastham/6d5b62b4345f8e045437 to your computer and use it in GitHub Desktop.
Save robeastham/6d5b62b4345f8e045437 to your computer and use it in GitHub Desktop.
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment