From cbdd37b113c951024366a88383a445502aef0d16 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 May 2022 15:53:01 +0300 Subject: [PATCH] use var --- bashrc.d/title | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.d/title b/bashrc.d/title index 344f6ef..24d8380 100644 --- a/bashrc.d/title +++ b/bashrc.d/title @@ -1,5 +1,5 @@ #!/bin/bash xtitle_cmd="$(which screen)" if [ -n "${xtitle_cmd}" ]; then - xtitle "${USER}@$(hostname -s)" + "${xtitle_cmd}" "${USER}@$(hostname -s)" fi \ No newline at end of file