From 59f43ab346c30619943df233555d93e58a6e09bd Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 22 Jun 2023 18:27:08 +0200 Subject: Fixed remote_indicator (now working) --- .config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/zsh') diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 9853f82..2eaae9c 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -111,9 +111,9 @@ jobs_status_indicator() { remote_indicator() { if [[ -n "$SSH_CONNECTION" || -n "$SSH_CLIENT" || -n "$SSH_TTY" ]]; then - remote_indicator='ssh ' + echo 'ssh ' else - remote_indicator='' + echo '' fi } -- cgit v1.2.3