|
|
@@ -8,7 +8,7 @@
|
|
|
### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ###
|
|
|
|
|
|
# https://github.com/alacritty/alacritty/blob/master/extra/man/alacritty.5.scd
|
|
|
-import = [
|
|
|
+general.import = [
|
|
|
# Keybinding fixes for MacOS
|
|
|
"~/.config/alacritty/alacritty-fixed-mac-keyboard-bindings.toml",
|
|
|
# Color scheme: expected to be automatically generated
|
|
|
@@ -17,7 +17,7 @@ import = [
|
|
|
|
|
|
[env]
|
|
|
TERM = "alacritty"
|
|
|
-[shell]
|
|
|
+[terminal.shell]
|
|
|
program = "/bin/zsh"
|
|
|
args = ["--login", "-c", "~/.scripts/terminal_launch.zsh"]
|
|
|
|