Added hub

This commit is contained in:
Fergal Moran
2015-04-27 20:18:48 +01:00
parent 4ae44ee651
commit decc4b8e4b
4 changed files with 9 additions and 2 deletions

View File

@@ -1,20 +1,23 @@
#Django stuff
alias djrun="python manage.py runserver_plus 0.0.0.0:8000"
alias djrun="python manage.py runserver 0.0.0.0:8000"
alias djshell="python manage.py shell_plus --use-pythonrc --ipython"
alias dbshell="python manage.py dbshell"
alias djmigrate="python manage.py schemamigration spa --auto"
alias reloadbashrc="source ~/.bashrc"
alias rmdb="find . -name \*\'s\ conflicted\ copy\ \* -exec rm {} \;"
alias server="python -m SimpleHTTPServer 9999"
alias upd="sudo apt-get update && sudo apt-get dist-upgrade"
alias psql="sudo -u postgres psql deepsouthsounds"
alias dss="cd ~/development/deepsouthsounds.com/dss && workon dss"
alias dss="cd ~/Dropbox/development/deepsouthsounds.com/dss && workon dss"
alias dbstatus="dropbox.py status"
alias pbcopy='xclip -selection clipboard'
alias pbpaste='xclip -selection clipboard -o'
alias iotop='sudo iotop'
alias rmq=' sudo rabbitmqctl'
alias congo='node /srv/dev/working/congo/server.js'
alias git='/home/fergalm/dotfiles/hub'
alias andconnect='adb connect 10.1.1.102:5555'

View File

@@ -0,0 +1,2 @@
[ -s "/home/fergalm/.kre/kvm/kvm.sh" ] && . "/home/fergalm/.kre/kvm/kvm.sh" # Load kvm

2
bashrc
View File

@@ -133,3 +133,5 @@ shopt -s histappend # append to history, don't overwrite it
# Save and reload the history after each command finishes
export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
export PATH=$PATH:/home/fergalm/Dropbox/development/working/cray/bin

BIN
hub Executable file

Binary file not shown.