Add mmctl auto completion
parent
a45ce4dcd6
commit
e861e071ed
|
@ -15,11 +15,6 @@ bar-indicator = |
|
||||||
bar-fill = ─
|
bar-fill = ─
|
||||||
bar-empty = ─
|
bar-empty = ─
|
||||||
|
|
||||||
[module/luminosity]
|
|
||||||
type = custom/script
|
|
||||||
exec = ~/.config/polybar/scripts/luminosity.sh
|
|
||||||
interval = 1
|
|
||||||
|
|
||||||
[module/pulseaudio]
|
[module/pulseaudio]
|
||||||
type = internal/pulseaudio
|
type = internal/pulseaudio
|
||||||
interval = 5
|
interval = 5
|
||||||
|
|
4
.zshrc
4
.zshrc
|
@ -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
|
eval "$(ssh-agent -s -t 3600)" &>/dev/null
|
||||||
|
|
||||||
alias lt='ls -lath'
|
alias lt='ls -lath'
|
||||||
export PATH=${PATH}:~/picasoft/pass
|
export PATH=${PATH}:~/picasoft/pass:/home/go/bin/
|
||||||
|
|
||||||
|
source <(mmctl completion zsh)
|
||||||
|
|
Loading…
Reference in New Issue