summaryrefslogtreecommitdiff
path: root/docs/recipes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/recipes.md')
-rw-r--r--docs/recipes.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/recipes.md b/docs/recipes.md
index 8b7bc20..789e6ce 100644
--- a/docs/recipes.md
+++ b/docs/recipes.md
@@ -20,13 +20,9 @@ You can modify your shell [prompt][Prompt customization] to notify you whenever
**Example** – for Bash:
``` bash
-PS1="\$(~/.local/share/kak/connect/prompt)$PS1"
+PS1='$(test "$IN_KAKOUNE_CONNECT" && printf 🐈)$ '
```
-See [`share/kak/connect/prompt`].
-
-[`share/kak/connect/prompt`]: ../share/kak/connect/prompt
-
## Change directory
In complement to `:cd!` which syncs the client to your current working directory,