From ec6d03779782a9f2f09c0bd47f0043b6365aff89 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Mon, 9 May 2022 16:11:16 +0300 Subject: [PATCH] fix xtitle --- bashrc.d/title | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.d/title b/bashrc.d/title index 24d8380..2d89160 100644 --- a/bashrc.d/title +++ b/bashrc.d/title @@ -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 \ No newline at end of file