summaryrefslogtreecommitdiff
path: root/config/fish/functions/__parse_git_branch.fish
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-10-18 13:59:23 +0000
committerKJ Oerbekk <orbekk@google.com>2020-10-18 14:00:30 +0000
commit7952033da2d8a90cb0f9a30150cf6a45c6492b8d (patch)
tree1e223e4cdbaa440c27ba535ff9e75d3abe2d571b /config/fish/functions/__parse_git_branch.fish
parent5441276b4545772d62fe21aef542f57ab646125b (diff)
Remove unused dotfiles
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