add nomad autocomplete
This commit is contained in:
parent
2bcea02c91
commit
904c67c0c6
@ -5,3 +5,6 @@
|
|||||||
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh
|
[ -x /usr/bin/zsh ] && exec /usr/bin/zsh
|
||||||
|
|
||||||
source /home/vincent/.config/broot/launcher/bash/br
|
source /home/vincent/.config/broot/launcher/bash/br
|
||||||
|
if [ -x /usr/bin/nomad]; then
|
||||||
|
complete -C /usr/bin/nomad nomad
|
||||||
|
fi
|
||||||
|
@ -105,3 +105,8 @@ done
|
|||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
source /home/vincent/.config/broot/launcher/bash/br
|
source /home/vincent/.config/broot/launcher/bash/br
|
||||||
|
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
if [ -x /usr/bin/nomad ]; then
|
||||||
|
complete -o nospace -C /usr/bin/nomad nomad
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user