From ea44427be3af0b400e08f598f35ad48e73bc60a1 Mon Sep 17 00:00:00 2001 From: Honza Pokorny Date: Fri, 6 Jan 2017 22:06:45 -0400 Subject: Add "shell" option to config This allows you to configure the shell to use when alacritty starts. cc: #122 --- alacritty_macos.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alacritty_macos.yml') diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 25dbb1b2..b0e462c3 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -192,3 +192,7 @@ key_bindings: mouse_bindings: - { mouse: Middle, action: PasteSelection } +# Shell +# +# You can set this to a path to your favorite shell, e.g. /bin/fish +shell: -- cgit v1.2.3-54-g00ecf