We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$PATH
1 parent 97753b7 commit 4d089e8Copy full SHA for 4d089e8
completions/ssh
@@ -538,7 +538,7 @@ _comp_cmd_scp()
538
local configfile
539
_comp_cmd_ssh__configfile
540
541
- # Prefer `ssh` from same dir for resolving options, etc
+ # Prefer `ssh` from same dir for resolving options, remote files, etc
542
local pathcmd
543
pathcmd=$(type -P "$1") && local PATH=${pathcmd%/*}:$PATH
544
0 commit comments