Skip to content

Instantly share code, notes, and snippets.

@RayPS
Last active December 8, 2016 13:59
Show Gist options
  • Save RayPS/82e7284931b67dc504a7 to your computer and use it in GitHub Desktop.
Save RayPS/82e7284931b67dc504a7 to your computer and use it in GitHub Desktop.
my alias
alias sketchplugins="~/Library/Application Support/com.bohemiancoding.sketch3/Plugins"
alias macdown="open -a macdown"
alias sss-on='defaults write com.apple.screencapture disable-shadow -bool false; killall SystemUIServer; echo "Screenshot Shadow turned ON."'
alias sss-off='defaults write com.apple.screencapture disable-shadow -bool true; killall SystemUIServer; echo "Screenshot Shadow turned OFF."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment