Skip to content

Instantly share code, notes, and snippets.

@hanspagel
Created August 18, 2016 08:53
Show Gist options
  • Save hanspagel/e30be457f5bb92a8fccef680bb1928b6 to your computer and use it in GitHub Desktop.
Save hanspagel/e30be457f5bb92a8fccef680bb1928b6 to your computer and use it in GitHub Desktop.
some aliases for the bash
alias web='cd ~/Documents/Websites'
alias apps='cd ~/Documents/Apps'
alias okgrunt='git pull && sublime . && grunt'
alias ok='git pull && sublime .'
alias okgo='git pull && sublime . && vagrant up'
alias okgogrunt='git pull && sublime . && vagrant up && npm install && grunt'
alias okupdate='ncu -u && composer update'
alias subl='sublime .'
alias dns='sudo nano /etc/hosts'
alias lampe='hue lights '
alias yo='ls -alh'
alias abriss='rm -Rf'
alias gülp='gulp'
alias grünt='grunt'
alias nomnom='npm install'
alias lol='sudo "$BASH" -c "$(history -p !!)"'
alias stahp='vagrant halt --force'
  1. $ nano ~/.bash_profile
  2. Text einfügen
  3. Schließen: CTRL + X
  4. Speichern bestätigen: y
  5. iTerm neustarten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment