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