diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
