Merge branch 'master' of github.com:robbyrussell/oh-my-zsh

This commit is contained in:
Steve Losh 2010-07-21 16:44:33 -04:00
commit 677c8454e7
19 changed files with 192 additions and 34 deletions

View file

@ -44,13 +44,3 @@ function tab() {
end tell
EOF
}
function take() {
mkdir -p $1
cd $1
}
function tm() {
cd $1
mate $1
}