mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
shell/liquidpromte: add executed command to terminal title
This commit is contained in:
parent
51dafc36dd
commit
099007ff73
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue