bg_notify: Chequear por REMOTE bien
This commit is contained in:
parent
fa5aa41ebb
commit
f1d879a8c0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
||||||
|
|
||||||
bgnotify () { ## args: (title, subtitle)
|
bgnotify () { ## args: (title, subtitle)
|
||||||
title="$1"
|
title="$1"
|
||||||
test "$REMOTE" && title="[$(hostname)] $title"
|
"$REMOTE" && title="[$(hostname)] $title"
|
||||||
echo -e "\033]777;notify;$title;$2\a"
|
echo -e "\033]777;notify;$title;$2\a"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue