diff options
author | Joe <rrbo@proton.me> | 2023-07-27 16:06:29 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-07-27 16:06:29 +0200 |
commit | 498decffaaf62bebd6d367e748368ae1867dc091 (patch) | |
tree | e5b80e863b9499c9923ad46e887db53df5bef658 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-498decffaaf62bebd6d367e748368ae1867dc091.tar.gz dotfiles-bsd-498decffaaf62bebd6d367e748368ae1867dc091.tar.bz2 dotfiles-bsd-498decffaaf62bebd6d367e748368ae1867dc091.tar.xz dotfiles-bsd-498decffaaf62bebd6d367e748368ae1867dc091.tar.zst dotfiles-bsd-498decffaaf62bebd6d367e748368ae1867dc091.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index ea72375..9a0ba26 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -353,8 +353,8 @@ live_config_reload: true # - (macOS) /bin/bash --login # - (Linux/BSD) user login shell # - (Windows) powershell -# shell: -# program: /bin/zsh +#shell: +# program: /usr/bin/zsh # args: # - --login |