summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 1ccc8d0..abec907 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -32,7 +32,7 @@ git () {
-a \( ! -d .git -o "$($GIT rev-parse --git-dir 2>&-)" != ".git" \)\
-a "$($GIT rev-parse --is-inside-git-dir 2>&-)" != "true" ]
then
- echo >&2 "Not inside a git folder !"
+ echo >&2 "zsh: the current folder is not managed by git"
return
fi
;;