mirror of
https://github.com/erkin/ponysay
synced 2024-11-14 23:57:09 +00:00
Made generation of ponythink completions simpler
This commit is contained in:
parent
e48e73ef4b
commit
f8a9088bed
2 changed files with 4 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -11,9 +11,9 @@ manpages:
|
|||
|
||||
|
||||
ponythinkcompletion:
|
||||
sed -e 's/ponysay/ponythink/g' <"completion/bash-completion.sh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/bash-completion-think.sh"
|
||||
sed -e 's/ponysay/ponythink/g' <"completion/fish-completion.fish" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/fish-completion-think.fish"
|
||||
sed -e 's/ponysay/ponythink/g' <"completion/zsh-completion.zsh" | sed -e 's/\/ponythink\//\/ponysay\//g' -e 's/\\\/ponythink\\\//\\\/ponysay\\\//g' >"completion/zsh-completion-think.zsh"
|
||||
sed -e 's/ponysay/ponythink/' -e 's/\/ponythink\//\/ponysay\//' completion/bash-completion.sh > completion/bash-completion-think.sh
|
||||
sed -e 's/ponysay/ponythink/' -e 's/\/ponythink\//\/ponysay\//' completion/fish-completion.fish > completion/fish-completion-think.fish
|
||||
sed -e 's/ponysay/ponythink/' -e 's/\/ponythink\//\/ponysay\//' completion/zsh-completion.zsh > completion/zsh-completion-think.zsh
|
||||
|
||||
|
||||
ttyponies:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# Completions for ponysay & ponythink
|
||||
# Completions for ponysay
|
||||
# https://github.com/erkin/ponysay/
|
||||
#
|
||||
# Author: Elis Axelsson <etu AT elis DOT nu>
|
||||
|
|
Loading…
Reference in a new issue