my_bashrc/bashrc.d/title
2022-05-09 16:11:46 +03:00

5 lines
No EOL
123 B
Bash

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