bugfix
This commit is contained in:
parent
b8e52e7ea1
commit
03c3857f72
|
@ -10,9 +10,9 @@ function write_title_cmd() {
|
|||
fi
|
||||
}
|
||||
|
||||
function write_title_wd() { echo -ne "\033]0;$(print -P "%n@%m [%3~]")\007" }
|
||||
function write_title_wd() { echo -ne "\033]0;$(print -P "%n@%m [%3~]")\007"; }
|
||||
|
||||
function reset_beam() { echo -ne '\e[5 q' }
|
||||
function reset_beam() { echo -ne '\e[5 q'; }
|
||||
|
||||
function lfwrap () {
|
||||
LF_DIRFILE="/tmp/lfdir.$(uuidgen)"
|
||||
|
|
Loading…
Reference in New Issue