summaryrefslogtreecommitdiff
path: root/.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish
diff options
context:
space:
mode:
Diffstat (limited to '.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish')
-rw-r--r--.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish b/.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish
deleted file mode 100644
index 8be99f61..00000000
--- a/.config/fisher/github.com/matchai/spacefish/functions/__sf_util_git_branch.fish
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-# Git branch
-#
-
-function __sf_util_git_branch -d "Display the current branch name"
- echo (command git rev-parse --abbrev-ref HEAD 2>/dev/null)
-end