fix xtitle

This commit is contained in:
Antonio J. Delgado 2022-05-09 16:11:16 +03:00
parent cbdd37b113
commit ec6d037797

View file

@ -1,5 +1,5 @@
#!/bin/bash
xtitle_cmd="$(which screen)"
xtitle_cmd="$(which xtitle)"
if [ -n "${xtitle_cmd}" ]; then
"${xtitle_cmd}" "${USER}@$(hostname -s)"
fi