mirror of
https://github.com/wez/wezterm.git
synced 2024-11-09 22:15:15 +03:00
6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for shell in bash zsh fish ; do
|
|
target/debug/wezterm shell-completion --shell $shell > assets/shell-completion/$shell
|
|
done
|