From 699914bfad07762a1e477bf103879736f65f0c9e Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 14 Jul 2025 16:18:43 +0200 Subject: [PATCH] fixing rsync and scp errors.. --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 2889604..4e0d5e2 100644 --- a/.bashrc +++ b/.bashrc @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Skip config if in non-interactive SSH used by rsync/scp/.. +[[ $- != *i* ]] && + return blesh=true