mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
19 lines
400 B
Bash
19 lines
400 B
Bash
## Oh-my-zsh Void Linux Plugin ##
|
|
## Author: FloatingGhost ##
|
|
|
|
alias xbi="xbps-install"
|
|
alias xbq="xbps-query"
|
|
alias xbc="xbps-create"
|
|
alias xbdb="xbps-pkgdb"
|
|
alias xbr="xbps-remove"
|
|
alias xbrc="xbps-reconfigure"
|
|
alias xbfb="xbps-fbulk"
|
|
alias xbri="xbps-rindex"
|
|
alias xbuh="xbps-uhelper"
|
|
alias xbuu="xbps-uunshare"
|
|
alias xbvers="xbps-checkvers"
|
|
alias xbgrph="xbps-dgraph"
|
|
|
|
alias service="sv"
|
|
|
|
|