diff options
author | Julien Sanchez <julien.sanchez@gmail.com> | 2019-06-16 13:29:18 +0200 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-16 11:29:18 +0000 |
commit | 6b273fdf638c5db8783777432a99ea52ee00fb87 (patch) | |
tree | 0e48d8965ab8ee140dba6e06efd1a8529d65b16c | |
parent | 490a6528fc370ba939b23b029f7804d14d33f558 (diff) | |
download | alacritty-6b273fdf638c5db8783777432a99ea52ee00fb87.tar.gz alacritty-6b273fdf638c5db8783777432a99ea52ee00fb87.zip |
Fix default login shell documentation
-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 |