mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
fix config file
This commit is contained in:
parent
04c5ad372a
commit
6eb8b10a95
2 changed files with 14 additions and 4 deletions
|
@ -201,5 +201,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue