From 73d5178d105afd5009f217ca551f791837ae7adb Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 18 Feb 2011 19:27:42 -0500 Subject: moving git and svn modules into appearance since it's all prompt related now --- zsh/git.zsh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 zsh/git.zsh (limited to 'zsh/git.zsh') 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/}) " -} -- cgit v1.2.3