diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-07 09:46:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-07 09:46:28 -0800 |
commit | 56773fe7e7cdc999a6731934286858e763f96fda (patch) | |
tree | 5dbd83068a3106b00c7122de5674c5a03b4cfcf3 /alacritty_macos.yml | |
parent | c6959de11b735c1610973ee625f52ff7e892abcc (diff) | |
parent | 962dd61348d788fa48a6554ff8a079537d67fc0a (diff) | |
download | alacritty-56773fe7e7cdc999a6731934286858e763f96fda.tar.gz alacritty-56773fe7e7cdc999a6731934286858e763f96fda.zip |
Merge pull request #138 from honza/master
Add "shell" option to config
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index add0c5dd..7a533e56 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -193,3 +193,7 @@ key_bindings: mouse_bindings: - { mouse: Middle, action: PasteSelection } +# Shell +# +# You can set this to a path to your favorite shell, e.g. /bin/fish +shell: |