mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
shell-integration: update Bash integration details
This commit is contained in:
@ -12,8 +12,13 @@ README.
|
|||||||
|
|
||||||
### Bash
|
### Bash
|
||||||
|
|
||||||
The bash shell integration must currently be sourced manually
|
Automatic [Bash](https://www.gnu.org/software/bash/) shell integration works by
|
||||||
from `bash/ghostty.bash`.
|
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
|
### Fish
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user