mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #1766 from jparise/bash-readme
shell-integration: update Bash integration details
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user