feat(zsh): added brew bundle alias as bb

This commit is contained in:
2025-10-14 02:14:18 +01:00
parent b07e1552c1
commit b78b742927

View File

@@ -41,6 +41,4 @@ function cd()
builtin cd "$@" && ls;
}
alias bb="brew bundle --file=~/Brewfile"