Skip to content

Instantly share code, notes, and snippets.

@dolmen
Created January 19, 2026 13:44
Show Gist options
  • Select an option

  • Save dolmen/c69954ead18777e7145c84d6ed5341a3 to your computer and use it in GitHub Desktop.

Select an option

Save dolmen/c69954ead18777e7145c84d6ed5341a3 to your computer and use it in GitHub Desktop.
Ghostty: start zsh as login shell
# 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