From 1e050f7c5bf0412d1ce215f5033a4bc2cb73486d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 22 Jul 2025 23:03:30 +0200 Subject: [PATCH] zsh --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 486e2293..94e0a8be 100644 --- a/.zshrc +++ b/.zshrc @@ -139,6 +139,10 @@ if [ -f /usr/bin/shellpic ]; then fi fi +if [ -n "$TMUX" ]; then + printf '\033k%s\033\\' "$(hostname)" +fi + #source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.