Browse Source

merging in changes from robby's repo

master
Sven Lito 14 years ago
parent
commit
d89d3a2703
  1. 1
      lib/functions.zsh
  2. 1
      lib/git.zsh

1
lib/functions.zsh

@ -37,4 +37,3 @@ function take() {
mkdir -p $1 mkdir -p $1
cd $1 cd $1
} }

1
lib/git.zsh

@ -38,4 +38,3 @@ git_prompt_status() {
fi fi
echo $STATUS echo $STATUS
} }

Loading…
Cancel
Save