util: return 1 on error

This commit is contained in:
2 * r + 2 * t
2025-01-17 17:55:28 +11:00
parent ee9977c267
commit 80a5cb845c
+1
View File
@@ -15,6 +15,7 @@ end
function error -a text
_out red ERROR $text $argv[2..]
return 1
end
set -q XDG_CACHE_HOME && set CACHE $XDG_CACHE_HOME/caelestia || set CACHE $HOME/.cache/caelestia