diff options
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |