Skip to content

Instantly share code, notes, and snippets.

@perandre
Created July 18, 2014 10:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perandre/994032966dcb825151b5 to your computer and use it in GitHub Desktop.
Save perandre/994032966dcb825151b5 to your computer and use it in GitHub Desktop.
Terminal short cuts
# pesh stuff
alias a="open -a Atom"
alias vhost="open -a Atom /Applications/MAMP/conf/apache/extra/httpd-vhosts.conf /etc/hosts"
alias zsh="open -a Atom ~/.zshrc"
alias log="open -a Atom ~/Sites/log"
alias c="bundle exec compass watch"
# alias clone="echo 'git clone git@github.com:front/'| pbcopy"
## NF settings
alias nfa='cd ~/Sites/front/newsfront-drupal/sites/all && open ~/Sites/front/newsfront-drupal/sites/all'
alias nf='cd ~/Sites/front/newsfront-client/sites/default && open -a Atom ~/Sites/front/newsfront-client'
alias nfc='ssh -o ServerAliveInterval=5 front@default.newsfront.no'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment