1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

adding suckless git utilities

This commit is contained in:
TiynGER
2020-03-28 17:42:27 +01:00
parent c0b7fd321d
commit 779381516d
3 changed files with 30 additions and 0 deletions

2
.local/bin/suckless/suckclean Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/zsh
make clean && rm -f config.h && reset --hard origin/master