This website requires JavaScript.
Explore
Help
Sign In
janek
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b2a2c69279
dotfiles
/
.config
/
zsh
/
zsh_completion
/
_gitrmbranch
3 lines
84 B
Plaintext
Raw
Blame
History
#compdef gitrmbranch gitrebranch
compadd $(git branch | cut -c 3- | grep -v master)
Reference in New Issue
View Git Blame
Copy Permalink