diff --git a/bash_aliases b/bash_aliases index 542a99b..1ffa479 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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' diff --git a/bash_profile b/bash_profile index e69de29..47809eb 100644 --- a/bash_profile +++ b/bash_profile @@ -0,0 +1,2 @@ + +[ -s "/home/fergalm/.kre/kvm/kvm.sh" ] && . "/home/fergalm/.kre/kvm/kvm.sh" # Load kvm diff --git a/bashrc b/bashrc index 8053a75..88399a9 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/hub b/hub new file mode 100755 index 0000000..f2f543e Binary files /dev/null and b/hub differ