24 lines
467 B
Text
24 lines
467 B
Text
Index: alacritty.yml
|
|
--- alacritty.yml.orig
|
|
+++ alacritty.yml
|
|
@@ -439,7 +439,7 @@
|
|
#thickness: 0.15
|
|
|
|
# Live config reload (changes require restart)
|
|
-#live_config_reload: true
|
|
+live_config_reload: false
|
|
|
|
# Shell
|
|
#
|
|
@@ -451,9 +451,9 @@
|
|
# - (Linux/BSD/macOS) `$SHELL` or the user's login shell, if `$SHELL` is unset
|
|
# - (Windows) powershell
|
|
#shell:
|
|
-# program: /bin/bash
|
|
+# program: /bin/ksh
|
|
# args:
|
|
-# - --login
|
|
+# - -l
|
|
|
|
# Startup directory
|
|
#
|