mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Set zsh to default shell for alacritty
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user