Add mmctl auto completion

master
Quentin Duchemin 2020-05-14 13:06:14 +02:00
parent a45ce4dcd6
commit e861e071ed
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
2 changed files with 4 additions and 7 deletions

View File

@ -15,11 +15,6 @@ bar-indicator = |
bar-fill = ─
bar-empty = ─
[module/luminosity]
type = custom/script
exec = ~/.config/polybar/scripts/luminosity.sh
interval = 1
[module/pulseaudio]
type = internal/pulseaudio
interval = 5

4
.zshrc
View File

@ -116,4 +116,6 @@ alias ldap_pica='sudo ssh -L 389:localhost:389 qduchemi@monitoring.picasoft.net
eval "$(ssh-agent -s -t 3600)" &>/dev/null
alias lt='ls -lath'
export PATH=${PATH}:~/picasoft/pass
export PATH=${PATH}:~/picasoft/pass:/home/go/bin/
source <(mmctl completion zsh)