diff --git a/justfile b/justfile index 6af9033..e9297b0 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,11 @@ switch *args: check-git remove-hm-backup-files fi remove-hm-backup-files: - rm ~/.gtkrc-2.0.hmbak + #!/usr/bin/env sh + + if [ -f ~/.gtkrc-2.0.hmbak ]; then + rm ~/.gtkrc-2.0.hmbak + fi test: nh os test .