Update PscpIntegration.md

This commit is contained in:
Cyd
2021-05-14 15:35:04 +02:00
committed by GitHub
parent 1e27f1f6b0
commit 64dd8883c3
+1 -1
View File
@@ -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: