summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Sanchez <julien.sanchez@gmail.com>2019-06-16 13:29:18 +0200
committerChristian Duerr <chrisduerr@users.noreply.github.com>2019-06-16 11:29:18 +0000
commit6b273fdf638c5db8783777432a99ea52ee00fb87 (patch)
tree0e48d8965ab8ee140dba6e06efd1a8529d65b16c
parent490a6528fc370ba939b23b029f7804d14d33f558 (diff)
Fix default login shell documentation
-rw-r--r--alacritty.yml3
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