i3wm; swap mod+\ from mic mute to screenshot
This commit is contained in:
15
zsh/completion
Normal file
15
zsh/completion
Normal file
@ -0,0 +1,15 @@
|
||||
#!/bin/zsh
|
||||
#####################################################################
|
||||
|
||||
command -v op >/dev/null 2>&1 && {
|
||||
eval "$(op completion zsh)"
|
||||
compdef _op op
|
||||
export OP_FORMAT=json
|
||||
}
|
||||
|
||||
command -v flux >/dev/null 2>&1 && {
|
||||
. <(flux completion zsh)
|
||||
}
|
||||
|
||||
#####################################################################
|
||||
true
|
Reference in New Issue
Block a user