From 6eb8b10a958de7164ba60212e591cd2447c551e1 Mon Sep 17 00:00:00 2001 From: Niklas Claesson Date: Thu, 26 Jan 2017 00:18:22 +0100 Subject: [PATCH] fix config file --- alacritty.yml | 9 +++++++-- alacritty_macos.yml | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/alacritty.yml b/alacritty.yml index fb52e0f5..c08713c6 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -201,5 +201,10 @@ mouse_bindings: # Shell # -# You can set this to a path to your favorite shell, e.g. /bin/fish -shell: +# 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: /bin/bash +# args: +# - --login diff --git a/alacritty_macos.yml b/alacritty_macos.yml index bceae75d..de60f7ef 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -200,5 +200,10 @@ mouse_bindings: # Shell # -# You can set this to a path to your favorite shell, e.g. /bin/fish -shell: +# 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: /bin/bash +# args: +# - --login