dotfiles/.local/share/shell/zsh_completion/_gitrmbranch
2020-03-08 20:18:49 +01:00

2 lines
84 B
Text

#compdef gitrmbranch gitrebranch
compadd $(git branch | cut -c 3- | grep -v master)