diff options
author | Sven Lito <me@svenlito.com> | 2010-10-09 19:11:07 +0100 |
---|---|---|
committer | Sven Lito <me@svenlito.com> | 2010-10-09 19:11:07 +0100 |
commit | dc12853b0c3e5af9e42f44cb9efdf57d44d20711 (patch) | |
tree | 8f4d06b260b82b8b83b7b3bfe3441ba9574c51d6 /lib | |
parent | 8bef74081e9dda6e1d6c5854c2fcedb9145031ba (diff) | |
download | zsh-dc12853b0c3e5af9e42f44cb9efdf57d44d20711.tar.gz zsh-dc12853b0c3e5af9e42f44cb9efdf57d44d20711.tar.bz2 zsh-dc12853b0c3e5af9e42f44cb9efdf57d44d20711.zip |
merging in changes from robby's repo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/functions.zsh | 1 | ||||
-rw-r--r-- | lib/git.zsh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/functions.zsh b/lib/functions.zsh index e494f1f4d..e3c0de43e 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -37,4 +37,3 @@ function take() { mkdir -p $1 cd $1 } - diff --git a/lib/git.zsh b/lib/git.zsh index 57a78e27f..75fdc1f9c 100644 --- a/lib/git.zsh +++ b/lib/git.zsh @@ -38,4 +38,3 @@ git_prompt_status() { fi echo $STATUS } - |