Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

fix(alacritty): remove hardcoded working_directory - #71

Merged
cpitzi merged 1 commit into
mainfrom
agent/remove-hardcoded-alacritty-working-dir
Jul 1, 2026
Merged

fix(alacritty): remove hardcoded working_directory#71
cpitzi merged 1 commit into
mainfrom
agent/remove-hardcoded-alacritty-working-dir

Conversation

@lentago-claude-runner

Copy link
Copy Markdown
Contributor

Summary

Removes the hardcoded working_directory = "/home/cpitzi" line from all three Alacritty config variant files. This allows Alacritty to default to the launch directory or $HOME on any host, regardless of the logged-in user.

Files changed

  • dotfiles/home/.config/alacritty/alacritty.toml
  • dotfiles/home/.config/alacritty/alacritty-ember.toml
  • dotfiles/home/.config/alacritty/alacritty-aurora.toml

Closes #69

Remove working_directory = "/home/cpitzi" from all three Alacritty config
files (alacritty.toml, alacritty-ember.toml, alacritty-aurora.toml) to allow
Alacritty to default to the launch cwd / $HOME on any host. Fixes issue #69.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@cpitzi
cpitzi merged commit fc47e73 into main Jul 1, 2026
2 checks passed
@cpitzi
cpitzi deleted the agent/remove-hardcoded-alacritty-working-dir branch July 1, 2026 15:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alacritty dotfiles hardcode the absolute path /home/cpitzi

1 participant