Don't show commands prefixed with . in launcher
This commit is contained in:
parent
8c0260ea5c
commit
c354beeb5a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ record() {
|
||||||
}
|
}
|
||||||
|
|
||||||
run_options() {
|
run_options() {
|
||||||
print -rl -- ''${(ko)commands} | sed "s/^/run /"
|
print -rl -- ''${(ko)commands} | grep -v "^\\." | sed "s/^/run /"
|
||||||
}
|
}
|
||||||
|
|
||||||
run() {
|
run() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue