summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index e0e1770..14db560 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -42,13 +42,6 @@ get_git_branch ()
echo $(git branch 2>&- | grep -E '^\* ' | cut -c3-)
}
-get_git_status ()
-{
- git-status
- GITCHECK="yes"
- check_git_status
-}
-
check_git_status ()
{
## GIT TRACKING ##