diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 56d4298..13557a9 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -305,7 +305,7 @@ live_config_reload: true # You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`. # Entries in `shell.args` are passed unmodified as arguments to the shell. shell: - program: /usr/local/bin/zsh + program: /usr/bin/zsh args: - --login # - "sleep 1 && tmux new -A -s DefaultSession"