diff options
-rw-r--r-- | 01_Functions.zsh | 2 |
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 ;; |