mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
scp completions - describe usernames as usernames
This commit is contained in:
parent
60435f99b9
commit
983bc5cecc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ complete -c scp -d Hostname -a "
|
||||||
cat ~/.ssh/known_hosts{,2} ^/dev/null|cut -d ' ' -f 1| cut -d , -f 1
|
cat ~/.ssh/known_hosts{,2} ^/dev/null|cut -d ' ' -f 1| cut -d , -f 1
|
||||||
):
|
):
|
||||||
|
|
||||||
(__fish_print_users)@
|
(__fish_print_users)@\tUsername
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue