summarylogtreecommitdiffstats
path: root/pokeshell.install
diff options
context:
space:
mode:
Diffstat (limited to 'pokeshell.install')
-rw-r--r--pokeshell.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pokeshell.install b/pokeshell.install
index ed481d21e3e7..73d1f534dce1 100644
--- a/pokeshell.install
+++ b/pokeshell.install
@@ -3,7 +3,7 @@ post_install() {
echo ""
echo "cat /usr/share/pokeshell/\$((\$RANDOM % 151 + 1)).pokemon"
echo ""
- echo "For fish shell you can add this function to your ~/.config/fish/functions/fish_prompt.fish:"
+ echo "For fish shell you customize your greeting function by changing ~/.config/fish/functions/fish_prompt.fish:"
echo ""
echo "function fish_greeting"
echo " set r (random)"
@@ -16,7 +16,7 @@ post_upgrade() {
echo ""
echo "cat /usr/share/pokeshell/\$((\$RANDOM % 151 + 1)).pokemon"
echo ""
- echo "For fish shell you can add this function to your ~/.config/fish/functions/fish_prompt.fish:"
+ echo "For fish shell you customize your greeting function by changing ~/.config/fish/functions/fish_prompt.fish:"
echo ""
echo "function fish_greeting"
echo " set r (random)"