zshrc: Use %# instead of %% for the `percent' token in the prompt
[grml-etc-core.git] / etc / zsh / zshrc
index aa8c095..7eb4e76 100644 (file)
@@ -1452,7 +1452,7 @@ grml_prompt_pre_default=(
     host              ''
     jobs              '%F{cyan}'
     newline           ''
-    path              '%b'
+    path              '%B'
     percent           ''
     rc                '%F{red}'
     rc-always         ''
@@ -1473,7 +1473,7 @@ grml_prompt_post_default=(
     host              ''
     jobs              '%f'
     newline           ''
-    path              '%B'
+    path              '%b'
     percent           ''
     rc                '%f'
     rc-always         ''
@@ -1495,7 +1495,7 @@ grml_prompt_token_default=(
     jobs              '[%j running job(s)] '
     newline           $'\n'
     path              '%40<..<%~%<< '
-    percent           '%% '
+    percent           '% # '
     rc                '%(?..%? )'
     rc-always         '%?'
     sad-smiley        '%(?..:()'