Added autojump command and git i command

This commit is contained in:
Austen Adler 2014-06-08 20:52:22 -04:00
parent d6aed55ddd
commit 8969652374
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@ -120,3 +120,4 @@ export CLASSPATH=/home/stonewareslord/ownCloud/school/compsci/Year2/classes/grid
function tsh(){
ssh $* -t 'tmux a || tmux || /bin/bash'
}
[[ -s /home/stonewareslord/.autojump/etc/profile.d/autojump.sh ]] && source /home/stonewareslord/.autojump/etc/profile.d/autojump.sh

View File

@ -2,6 +2,7 @@
name = Austen
email = stonewareslord@gmail.com
[alias]
i = "!git br&&git st"
pul = pull
pus = push --all
co = checkout