fix xtitle
This commit is contained in:
parent
cbdd37b113
commit
ec6d037797
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue