From 099007ff73760b8068de3045b1e842f012d28c4c Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 23 Apr 2023 12:50:53 +0200 Subject: [PATCH] shell/liquidpromte: add executed command to terminal title --- shell/liquidprompt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/liquidprompt.sh b/shell/liquidprompt.sh index 9674970..cb9bade 100755 --- a/shell/liquidprompt.sh +++ b/shell/liquidprompt.sh @@ -4,6 +4,8 @@ if [ -z "${IN_NIX_SHELL}" ]; then # shellcheck disable=SC2034 # Unused variables left for readability LP_ENABLE_TITLE=1 # shellcheck disable=SC2034 # Unused variables left for readability + LP_ENABLE_SCREEN_TITLE=1 + # shellcheck disable=SC2034 # Unused variables left for readability LP_ENABLE_SSH_COLORS=1 # shellcheck disable=SC2034 # Unused variables left for readability LP_ENABLE_VCS_ROOT=1