remove haproxy thing and git signing

This commit is contained in:
2026-02-21 23:40:06 -08:00
parent dff6d5ea31
commit 731b3a6efe
2 changed files with 8 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ alias ll='ls -lah'
alias l='ls -CF'
# System Utils
alias brewup='cl && brew update && brew upgrade && brew upgrade --cask && brew cleanup -s && brew doctor --verbose | grep -A 1 --color=never "Homebrew Version" && brew autoremove && { command -v haproxy &>/dev/null && sudo codesign --force --sign - $(which haproxy) && sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add $(which haproxy) && sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock $(which haproxy) || true; }'
alias brewup='cl && brew update && brew upgrade && brew upgrade --cask && brew cleanup -s && brew doctor --verbose | grep -A 1 --color=never "Homebrew Version" && brew autoremove'
alias cl='clear'
alias wthr='curl wttr.in/san_luis_obispo'
alias nf='cl && fastfetch && shownetinfo && batt'