summarylogtreecommitdiffstats
path: root/fzf-extras.install
diff options
context:
space:
mode:
Diffstat (limited to 'fzf-extras.install')
-rw-r--r--fzf-extras.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/fzf-extras.install b/fzf-extras.install
index d373f4d196ef..66e63df16c29 100644
--- a/fzf-extras.install
+++ b/fzf-extras.install
@@ -6,8 +6,10 @@ read -d '' fzfin <<'EOF'
fzf-extras
==========
-Add the following to your shell config:
+To source fzf-extras, add the following to your shell config:
- . /etc/profile.d/fzf-extras.bash # when bash
- . /etc/profile.d/fzf-extras.zsh # when zsh
+ # when bash
+ . /etc/profile.d/fzf-extras.bash
+ # when zsh
+ . /etc/profile.d/fzf-extras.zsh
EOF