aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/prompt_pwd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/prompt_pwd.txt')
-rw-r--r--doc_src/prompt_pwd.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc_src/prompt_pwd.txt b/doc_src/prompt_pwd.txt
index 0eafbf99..039efabb 100644
--- a/doc_src/prompt_pwd.txt
+++ b/doc_src/prompt_pwd.txt
@@ -16,16 +16,16 @@ To change the number of characters per path component, set $fish_prompt_pwd_dir_
\fish{cli-dark}
>_ cd ~/
>_ echo $PWD
-<outp>/home/alfa</outp>
+\outp{/home/alfa}
>_ prompt_pwd
-<outp>~</outp>
+\outp{~}
>_ cd /tmp/banana/sausage/with/mustard
>_ prompt_pwd
-<outp>/t/b/s/w/mustard</outp>
+\outp{/t/b/s/w/mustard}
>_ set -g fish_prompt_pwd_dir_length 3
>_ prompt_pwd
-<outp>/tmp/ban/sau/wit/mustard</outp>
+\outp{/tmp/ban/sau/wit/mustard}
\endfish