mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Added Void Linux Plugin
This commit is contained in:
parent
192de6bcff
commit
7ec78c3636
1 changed files with 15 additions and 0 deletions
15
plugins/voidlinux/voidlinux.plugin.zsh
Normal file
15
plugins/voidlinux/voidlinux.plugin.zsh
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
## 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 xdr="xbps-remove"
|
||||
alias xdrc="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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue