feat(zsh): add conditional logic for mac

This commit is contained in:
2026-01-21 23:37:51 +01:00
parent 54deab7cab
commit 63358a8f89
7 changed files with 26 additions and 13 deletions

View File

@@ -8,8 +8,6 @@ function nvim_ve {
fi
}
alias nvim=nvim_ve
function afm {
RES=$(curl -s "https://$1/api/monitoring/requirements")
COUNT=$(echo "$RES" | grep -c $2)