fix: undo accidental replace
parent
77f5fe2560
commit
a8f760c6d2
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue