feat: various cleans

This commit is contained in:
2026-07-20 18:29:12 +02:00
parent 4e02228264
commit f68a8d4158
6 changed files with 47 additions and 118 deletions
-1
View File
@@ -16,7 +16,6 @@ function git-refresh --on-variable PWD \
if test -f $fetch_head
set --local age (math (date +%s) - (stat -c %Y $fetch_head 2>/dev/null; or stat -f %m $fetch_head))
if test $age -lt $GIT_REFRESH_TIMEOUT
echo -e "\e[1m(git-refresh) - Cooldown: "(math $GIT_REFRESH_TIMEOUT - $age)"s remaining\e[0m"
return
end
end