about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/alacritty/yaml/shell.yml
blob: 04844dd0436449567ebadb8c3a5c3cedc5f1602e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.
#
# Default:
#   - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
#   - (Windows) powershell
#shell:
#  program: /bin/bash
#  args:
#    - --login