Skip to content

Instantly share code, notes, and snippets.

@mokanfar
Last active November 5, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mokanfar/8e70837a47d3904c10fb to your computer and use it in GitHub Desktop.
Save mokanfar/8e70837a47d3904c10fb to your computer and use it in GitHub Desktop.
.zshrc
alias g='cd /home/grunt/'
alias z='cd /vagrant/httpdocs/z/'
alias sync='browser-sync start --server --files "*.html,*.css" --config "/home/bs-config.js"'
alias hint='n98-magerun.phar --root-dir="/vagrant/httpdocs/mag/" dev:template-hints'
alias mt='sudo mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` vagrant /vagrant'
alias h='cd ~/'
alias zshrc='nano ~/.zshrc'
alias src='source ~/.zshrc'
bindkey -s "^[OM" "^M"
n() { n98-magerun.phar "$@"; }
alias tmk='cd /vagrant/httpdocs/z/tmk_keyboard/keyboard/ergodox'
alias clean='make -f Makefile.lufa clean'
alias make='make -f Makefile.lufa cub'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment