mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 12:26:39 +00:00
8 lines
133 B
Bash
8 lines
133 B
Bash
#
|
|
# restish Setup
|
|
#
|
|
|
|
if command-exists restish; then
|
|
setup-completions restish "$(command-path restish)" restish completion zsh
|
|
fi
|