This commit is contained in:
GitHub Merge Button 2011-07-23 08:43:47 -07:00
commit 6c75ce37ff
5 changed files with 94 additions and 19 deletions

View file

@ -10,14 +10,16 @@ function upgrade_oh_my_zsh() {
/bin/sh $ZSH/tools/upgrade.sh
}
function take() {
mkdir -p $1
cd $1
function logview() {
ccze -A < $1 | less -R
}
function logtail() {
tail -f $1 | ccze
}
function extract() {
unset REMOVE_ARCHIVE
if test "$1" = "-r"; then
REMOVE=1
shift
@ -49,4 +51,3 @@ function extract() {
echo "'$1' is not a valid file"
fi
}