bugfix
This commit is contained in:
parent
8021bd8baa
commit
f0fc54b23a
|
@ -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