Skip to content

Instantly share code, notes, and snippets.

@dino-su
Last active October 11, 2016 02:14
Show Gist options
  • Save dino-su/0b3eb3eeadb578c59d908519e41a5a2b to your computer and use it in GitHub Desktop.
Save dino-su/0b3eb3eeadb578c59d908519e41a5a2b to your computer and use it in GitHub Desktop.
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
# ssh tunnel
alias gateway='ssh -D4444 [email protected]'
alias screensaver='open /System/Library/Frameworks/ScreenSaver.framework/Versions/A/Resources/ScreenSaverEngine.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment