fix: update 'sb-pomo' script to match 'pomo' script

This commit is contained in:
2026-02-22 12:11:58 +01:00
parent 3d36eb305e
commit e62790f2c7

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
[ -f "/tmp/pomo" ] && cat /tmp/pomo || echo "" [ -f "/home/h/.local/share/pomo" ] && cat /home/h/.local/share/pomo || echo ""