fix: undo accidental replace
parent
77f5fe2560
commit
a8f760c6d2
|
|
@ -110,7 +110,7 @@
|
||||||
var features = [(str:split ',' $E:GHOSTTY_SHELL_FEATURES)]
|
var features = [(str:split ',' $E:GHOSTTY_SHELL_FEATURES)]
|
||||||
|
|
||||||
if (has-value $features title) {
|
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) {
|
if (has-value $features cursor) {
|
||||||
fn beam { printf "\e[5 q" }
|
fn beam { printf "\e[5 q" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue