dotfiles/.local/share/shell/zsh_completion/_gitrmbranch

3 lines
84 B
Text
Raw Normal View History

2020-03-08 20:18:49 +01:00
#compdef gitrmbranch gitrebranch
compadd $(git branch | cut -c 3- | grep -v master)