mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
5 lines
151 B
Fish
5 lines
151 B
Fish
# localization: skip(private)
|
|
function __fish_print_windows_users --description 'Print Windows user names'
|
|
wmic useraccount get name | tail +2
|
|
end
|