aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElis <elis.axelsson@gmail.com>2012-07-20 09:55:13 -0700
committerElis <elis.axelsson@gmail.com>2012-07-20 09:55:13 -0700
commit54ae14a40fd26dcafab43f61ed6c85b1805cd53f (patch)
treef3077d7428a1d1e5252ea15322b29e7323f25aaf
parentf53e2dd22f93f254cd3812b3ef6ab95169acaa72 (diff)
parent39968bb8318857b65d0c37e334526189e0a0332e (diff)
downloadponysay-54ae14a40fd26dcafab43f61ed6c85b1805cd53f.tar.gz
ponysay-54ae14a40fd26dcafab43f61ed6c85b1805cd53f.tar.bz2
ponysay-54ae14a40fd26dcafab43f61ed6c85b1805cd53f.zip
Merge pull request #3 from erkin/master
get up to date
-rw-r--r--Makefile6
-rw-r--r--completion/fish-completion.fish1
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2faf943..c1ed92e 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,9 @@ manpages:
ponythinkcompletion:
- 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
+ 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"
ttyponies:
diff --git a/completion/fish-completion.fish b/completion/fish-completion.fish
index 0023c58..9a0cf23 100644
--- a/completion/fish-completion.fish
+++ b/completion/fish-completion.fish
@@ -1,4 +1,3 @@
-
# Completions for ponysay
# https://github.com/erkin/ponysay/
#