mirror of
https://github.com/fergalmoran/settings-webstorm.git
synced 2026-01-05 16:44:50 +00:00
6 lines
288 B
Bash
6 lines
288 B
Bash
alias rmdb="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
|
|
alias djrun="python manage.py runserver_plus 0.0.0.0:8000"
|
|
alias server="python -m SimpleHTTPServer 9999"
|
|
alias upd="sudo apt-get update && sudo apt-get dist-upgrade"
|
|
alias psql="sudo -u postgres psql deepsouthsounds"
|