Skip to content

Instantly share code, notes, and snippets.

@rskuipers
Created July 24, 2015 09:38
Show Gist options
  • Save rskuipers/8602ffd894728f850afc to your computer and use it in GitHub Desktop.
Save rskuipers/8602ffd894728f850afc to your computer and use it in GitHub Desktop.
Scratch alias to quickly execute your scratch files made from PhpStorm
# Add this to your .zshrc and adjust the paths
scratch() {
php ~/Library/Preferences/WebIde90/scratches/$1
}
compdef '_files -W ~/Library/Preferences/WebIde90/scratches' scratch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment