From c54755e6d22e7d751c6cace70f0fc8b69188a244 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 16 May 2020 17:48:58 -0400 Subject: [PATCH] /shrug --- alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 8ccaa20..7015f08 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -284,7 +284,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/bin/zsh + program: /usr/local/bin/zsh args: - --login # - "sleep 1 && tmux new -A -s DefaultSession"