Add zsh completions
This commit is contained in:
parent
c6bc193c52
commit
8f08fd6776
2 changed files with 5 additions and 0 deletions
|
@ -19,8 +19,11 @@ plugins=(
|
||||||
nyan
|
nyan
|
||||||
lol
|
lol
|
||||||
web-search
|
web-search
|
||||||
|
zsh-completions
|
||||||
)
|
)
|
||||||
|
|
||||||
|
autoload -U compinit && compinit
|
||||||
|
|
||||||
# You may need to manually set your language environment
|
# You may need to manually set your language environment
|
||||||
export LANG=en_GB.UTF-8
|
export LANG=en_GB.UTF-8
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@ bcm20702a1-firmware
|
||||||
bleachbit
|
bleachbit
|
||||||
blender
|
blender
|
||||||
bluez-firmware
|
bluez-firmware
|
||||||
|
catimg
|
||||||
clamtk
|
clamtk
|
||||||
corebird
|
corebird
|
||||||
deluge
|
deluge
|
||||||
|
@ -103,4 +104,5 @@ yubikey-neo-manager
|
||||||
yubikey-personalization-gui
|
yubikey-personalization-gui
|
||||||
zeal
|
zeal
|
||||||
zsh
|
zsh
|
||||||
|
zsh-completions
|
||||||
zsh-doc
|
zsh-doc
|
||||||
|
|
Loading…
Reference in a new issue