Closed JeunghunKim closed 2 years ago
With (clipboard_copy_command) 'echo "cat | clip.exe"'
copy_pane_pwd.sh makes error
cat: '|': No such file or directory cat: clip.exe: No such file or directory
To fix this error, change command "cat | clip.exe" to "clip.exe"
With (clipboard_copy_command) 'echo "cat | clip.exe"'
copy_pane_pwd.sh makes error
cat: '|': No such file or directory cat: clip.exe: No such file or directory
To fix this error, change command "cat | clip.exe" to "clip.exe"