shell-integration: update Bash integration details

This commit is contained in:
Jon Parise
2024-05-14 15:06:05 -07:00
parent c1eda22047
commit d5414d50ea

View File

@ -12,8 +12,13 @@ README.
### Bash
The bash shell integration must currently be sourced manually
from `bash/ghostty.bash`.
Automatic [Bash](https://www.gnu.org/software/bash/) shell integration works by
starting Bash in POSIX mode and using the `ENV` environment variable to load
our integration script (`bash/ghostty.bash`). This prevents Bash from loading
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`.
### Fish