summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorNiklas Claesson <nicke.claesson@gmail.com>2017-01-26 00:18:22 +0100
committerJoe Wilm <jwilm@users.noreply.github.com>2017-01-26 07:32:53 -0800
commit6eb8b10a958de7164ba60212e591cd2447c551e1 (patch)
tree8ab24d6fabef98c7c93a276bc7ab4ffb148e7884 /alacritty_macos.yml
parent04c5ad372a90ed26bbe6f79e723aba7d31329fc9 (diff)
fix config file
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r--alacritty_macos.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index bceae75d..de60f7ef 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -200,5 +200,10 @@ mouse_bindings:
# Shell
#
-# You can set this to a path to your favorite shell, e.g. /bin/fish
-shell:
+# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
+# Entries in shell.args are passed unmodified as arguments to the shell.
+#
+#shell:
+# program: /bin/bash
+# args:
+# - --login