diff options
author | Honza Pokorny <honza@redhat.com> | 2017-01-06 22:06:45 -0400 |
---|---|---|
committer | Honza Pokorny <me@honza.ca> | 2017-01-06 22:07:35 -0400 |
commit | ea44427be3af0b400e08f598f35ad48e73bc60a1 (patch) | |
tree | 342b65b1cf8c53d73693c9ed6dfe0f2c94608ce2 /alacritty_macos.yml | |
parent | c73295715629f33e687741769f3079536ed5e104 (diff) | |
download | alacritty-ea44427be3af0b400e08f598f35ad48e73bc60a1.tar.gz alacritty-ea44427be3af0b400e08f598f35ad48e73bc60a1.zip |
Add "shell" option to config
This allows you to configure the shell to use when alacritty starts.
cc: #122
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 25dbb1b2..b0e462c3 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -192,3 +192,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: |