From 81b188fee6f67979b9353512decd46dd0184083f Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 22 Apr 2020 21:11:08 -0400 Subject: [PATCH] linux --- alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"