fix: finally a working screenshot script

This commit is contained in:
2025-11-26 15:22:47 +01:00
parent 1c39877f14
commit 920b4451d9
5 changed files with 28 additions and 22 deletions

View File

@@ -100,4 +100,8 @@ if type -q git
end
git push
end
if type -q wl-paste
alias gc="git clone \$(wl-paste)"
end
end