summaryrefslogtreecommitdiff
path: root/config/fish/functions/__parse_git_branch.fish
diff options
context:
space:
mode:
Diffstat (limited to 'config/fish/functions/__parse_git_branch.fish')
-rw-r--r--config/fish/functions/__parse_git_branch.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/fish/functions/__parse_git_branch.fish b/config/fish/functions/__parse_git_branch.fish
deleted file mode 100644
index 42b46fb..0000000
--- a/config/fish/functions/__parse_git_branch.fish
+++ /dev/null
@@ -1,4 +0,0 @@
-function __parse_git_branch -d "Parse current Git branch name"
- command git symbolic-ref --short HEAD ^/dev/null;
- or command git show-ref --head -s --abbrev | head -n1 ^/dev/null
-end