replace ghostty with wezterm

This commit is contained in:
2026-02-11 19:59:01 +01:00
parent ad5e4a1303
commit 8f525e3c52
20 changed files with 47 additions and 166 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ done
if [[ "$response" =~ $'\x1b'\[\?([0-9;]*)c ]]; then
params="${BASH_REMATCH[1]}"
IFS=';' read -ra codes <<< "$params"
for code in "${codes[@]}"; do
if [[ "$code" == "4" ]]; then
exit 0