fix: undo accidental replace

This commit is contained in:
Hanna
2025-04-07 16:10:50 -04:00
committed by GitHub
parent 77f5fe2560
commit a8f760c6d2

View File

@@ -110,7 +110,7 @@
var features = [(str:split ',' $E:GHOSTTY_SHELL_FEATURES)]
if (has-value $features title) {
set after-chdir = (conj $after-chdir {|_| report- })
set after-chdir = (conj $after-chdir {|_| report-pwd })
}
if (has-value $features cursor) {
fn beam { printf "\e[5 q" }