This commit is contained in:
GitHub Merge Button 2011-07-23 08:42:50 -07:00
commit 93c5b80265
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
}

View file

@ -10,4 +10,4 @@ setopt long_list_jobs
## pager
export PAGER=less
export LC_CTYPE=en_US.UTF-8
export LC_CTYPE=$LANG