blob: e13de7de97ec7c9ad015a1ebc615bacaac710de2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
shell:
program: /bin/fish
# program: /bin/fish
# args:
# - --login
# Startup directory
#
# Directory the shell is started in. If this is unset, or `None`, the working
# directory of the parent process will be used.
working_directory: None
# Send ESC (\x1b) before characters when alt is pressed.
alt_send_esc: false
|