$ nano ~/.bash_profile
- Text einfügen
- Schließen: CTRL + X
- Speichern bestätigen: y
- iTerm neustarten
Created
August 18, 2016 08:53
-
-
Save hanspagel/e30be457f5bb92a8fccef680bb1928b6 to your computer and use it in GitHub Desktop.
some aliases for the bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment