From 6b273fdf638c5db8783777432a99ea52ee00fb87 Mon Sep 17 00:00:00 2001 From: Julien Sanchez Date: Sun, 16 Jun 2019 13:29:18 +0200 Subject: Fix default login shell documentation --- alacritty.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index ac3fc284..75fb3940 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -363,7 +363,8 @@ live_config_reload: true # Entries in `shell.args` are passed unmodified as arguments to the shell. # # Default: -# - (Linux/macOS) /bin/bash --login +# - (macOS) /bin/bash --login +# - (Linux) user login shell # - (Windows) powershell #shell: # program: /bin/bash -- cgit v1.2.3-54-g00ecf