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.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.yml')
-rw-r--r-- | alacritty.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 0d907ea0..faa96135 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -192,3 +192,8 @@ 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: |