mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
8 lines
103 B
Bash
8 lines
103 B
Bash
#compdef buildbot
|
|
|
|
# Aliases
|
|
alias b='buildbot'
|
|
|
|
zstyle ':completion:*:descriptions' format '%B%d%b'
|
|
|
|
|