Skip to content

Commit 4d089e8

Browse files
committed
docs(ssh): note ssh $PATH consideration for scp remote files
1 parent 97753b7 commit 4d089e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ _comp_cmd_scp()
538538
local configfile
539539
_comp_cmd_ssh__configfile
540540

541-
# Prefer `ssh` from same dir for resolving options, etc
541+
# Prefer `ssh` from same dir for resolving options, remote files, etc
542542
local pathcmd
543543
pathcmd=$(type -P "$1") && local PATH=${pathcmd%/*}:$PATH
544544

0 commit comments

Comments
 (0)