1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-29 15:21:15 +01:00
parent 8021bd8baa
commit f0fc54b23a
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -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)"