change default shell to fish
parent
1e9356a11e
commit
c3c3c04e45
|
@ -0,0 +1,8 @@
|
|||
# My Alacritty config
|
||||
|
||||
## Font
|
||||
JetBrains Mono Nerd Font
|
||||
|
||||
## Theme
|
||||
[catppucin](https://github.com/catppuccin)
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[shell]
|
||||
program = "/bin/zsh"
|
||||
program = "/usr/bin/fish"
|
||||
|
||||
#--------------------------------- Colors
|
||||
[colors.primary]
|
||||
|
|
Loading…
Reference in New Issue