Set zsh to default shell for alacritty

This commit is contained in:
don philipe
2024-02-20 11:28:38 +01:00
parent 6949679bf3
commit 9b85ec30f0

View File

@@ -1,6 +1,10 @@
# https://github.com/alacritty/alacritty-theme # https://github.com/alacritty/alacritty-theme
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"] import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
shell = "/bin/zsh"
[colors.cursor] [colors.cursor]
cursor = "#00ff00" cursor = "#00ff00"
text = "#000000" text = "#000000"
[font]
size = 10