mirror of
https://github.com/rwxrob/dot
synced 2024-11-12 07:10:46 +00:00
Update cmds completion
This commit is contained in:
parent
4545cf10f1
commit
6a51459830
2
.bashrc
2
.bashrc
@ -297,7 +297,7 @@ clone() {
|
||||
|
||||
owncomp=(
|
||||
pdf md zet yt gl auth pomo config live iam sshkey ws x clip
|
||||
./build build b ./k8sapp k8sapp ./setup ./cmd run ./run foo ./foo cmd ./cmd
|
||||
./build build b ./k8sapp k8sapp ./setup ./cmd run ./run foo ./foo cmds ./cmds
|
||||
)
|
||||
|
||||
for i in "${owncomp[@]}"; do complete -C "$i" "$i"; done
|
||||
|
Loading…
Reference in New Issue
Block a user