Created
January 19, 2026 13:44
-
-
Save dolmen/c69954ead18777e7145c84d6ed5341a3 to your computer and use it in GitHub Desktop.
Ghostty: start zsh as login shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://ghostty.org/docs/config/reference#window-inherit-working-directory | |
| window-inherit-working-directory = false | |
| # https://ghostty.org/docs/config/reference#working-directory | |
| working-directory = home | |
| # Start zsh as a login shell | |
| # https://ghostty.org/docs/config/reference#initial-command | |
| initial-command = /usr/bin/zsh -l | |
| command = /usr/bin/zsh -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment