This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Kevin-Mok
/
linux-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Dotfiles for my tiling window manager + terminal workflow.
232
Commits
5
Branches
0
Tags
1.3 MiB
Shell
94.9%
Python
4.6%
Perl
0.5%
Tree:
b077d1c709
linux-config
/
dot_config
/
fish
/
functions
/
git
/
git-delete-branch.fish
4 lines
94 B
Raw
Blame
History
function
git-delete-branch
git push origin --delete
$argv
[
1
]
and
git branch -D
$argv
[
1
]
end
Reference in new issue