Don't show commands prefixed with . in launcher

This commit is contained in:
Charlotte Van Petegem 2022-01-21 13:24:22 +01:00
parent 8c0260ea5c
commit c354beeb5a
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -74,7 +74,7 @@ record() {
}
run_options() {
print -rl -- ''${(ko)commands} | sed "s/^/run /"
print -rl -- ''${(ko)commands} | grep -v "^\\." | sed "s/^/run /"
}
run() {