enable HDR (maybe)

This commit is contained in:
2025-08-18 20:59:21 +02:00
parent f68a8428f2
commit 15e19b87fe
7 changed files with 77 additions and 15 deletions

View File

@@ -14,5 +14,5 @@ if type -q zoxide
end
if type -q trash
alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\""
alias rm="echo \"use 'trash' instead :)\" && sh -c \"exit 42\" && echo why do you see this line :O"
end