Skip to content

Commit

Permalink
Fix fatal error in wyjebzrobionekurwa
Browse files Browse the repository at this point in the history
  • Loading branch information
TK-999 committed Jul 3, 2017
1 parent 6eccae1 commit 9eea486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configNSFW_PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
zbokukurwa = stash apply
sprzatajkurwa = clean
sprzatajwszystkokurwa = !sh -c 'git clean -x' && git reset --hard
wyjebzrobionekurwa = !sh -c 'git branch --merged' | grep -v "\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d
wyjebzrobionekurwa = !sh -c 'git branch --merged' | grep -v "\\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d

dodajkurwa = add
takkurwa = commit
Expand Down

0 comments on commit 9eea486

Please sign in to comment.