From 982e4c9570892cc45a2b42ef0d14ab1192aaf6a7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 May 2024 16:16:43 -0700 Subject: [PATCH] prettier --- src/shell-integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-integration/README.md b/src/shell-integration/README.md index 2ad83169a..4a8579f8a 100644 --- a/src/shell-integration/README.md +++ b/src/shell-integration/README.md @@ -19,6 +19,7 @@ its normal startup files, which becomes our script's responsibility (along with disabling POSIX mode). Bash shell integration can also be sourced manually from `bash/ghostty.bash`. + ### Elvish For [Elvish](https://elv.sh), `$GHOSTTY_RESOURCES_DIR/src/shell-integration` @@ -54,4 +55,3 @@ For `zsh`, Ghostty sets `ZDOTDIR` so that it loads our configuration from the `zsh` directory. The existing `ZDOTDIR` is retained so that after loading the Ghostty shell integration the normal Zsh loading sequence occurs. -