mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
scp completions - describe usernames as usernames
This commit is contained in:
parent
60435f99b9
commit
983bc5cecc
|
@ -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
|
||||
):
|
||||
|
||||
(__fish_print_users)@
|
||||
(__fish_print_users)@\tUsername
|
||||
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user