homebrew: feat: Add u alias

This commit is contained in:
PorridgePi
2022-10-21 21:58:32 +08:00
parent a507be1a51
commit b80c7cab88

6
.brew-aliases/u Executable file
View File

@@ -0,0 +1,6 @@
#! /bin/bash
# alias: brew u
#: * `u` [args...]
#: `brew u` is an alias for `brew cu -af`
brew cu -af $*