From d550659828489b2c3eb7af4ff413c7b9ecde9eac Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 7 Aug 2021 00:52:59 +0200 Subject: [PATCH] alacritty: invoke bash with --login --- files/alacritty.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/alacritty.yml b/files/alacritty.yml index 4f03931..c1879bc 100644 --- a/files/alacritty.yml +++ b/files/alacritty.yml @@ -404,8 +404,8 @@ live_config_reload: true # - (Windows) powershell shell: program: /usr/local/bin/bash -# args: -# - --login + args: + - --login # Startup directory #