aboutsummaryrefslogtreecommitdiff
path: root/zsh/git.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/git.zsh')
-rw-r--r--zsh/git.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/zsh/git.zsh b/zsh/git.zsh
deleted file mode 100644
index e20ef91..0000000
--- a/zsh/git.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-#done
-
-function git_prompt_info {
- ref=$(git symbolic-ref HEAD 2> /dev/null) || return
- echo "(${ref#refs/heads/}) "
-}