Just create remove-config task
This commit is contained in:
parent
e7b9bfba9e
commit
e7c080abb6
1 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
@ -39,3 +39,6 @@ coverage-report: coverage
|
|||
|
||||
# Open the report in the browser
|
||||
xdg-open ./target/coverage/report/index.html
|
||||
|
||||
remove-config:
|
||||
rm -rf ~/.config/cmus-notify/
|
||||
|
|
Loading…
Reference in a new issue