From 64dd8883c3fd889c2c77bc0dfcb0f09817c865cd Mon Sep 17 00:00:00 2001 From: Cyd <34154246+cyd01@users.noreply.github.com> Date: Fri, 14 May 2021 15:35:04 +0200 Subject: [PATCH] Update PscpIntegration.md --- docs/pages/PscpIntegration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/PscpIntegration.md b/docs/pages/PscpIntegration.md index c10c2a2..c9053fe 100644 --- a/docs/pages/PscpIntegration.md +++ b/docs/pages/PscpIntegration.md @@ -37,7 +37,7 @@ On UNIX system it is possible to start a WinSCP session directly into the curren winscp() { printf "\033]0;__ws:"`pwd`"\007" ; printf "\033]0;__ti\007" ; } ``` or if you use TMUX: -``` +```bash winscp() { printf "\033Ptmux;\033\033]0;__ws:"`pwd`"\007\033\\" ; } ``` or this bash function: