mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 05:37:36 +08:00
4 lines
121 B
Fish
4 lines
121 B
Fish
function __fish_print_windows_users --description 'Print Windows user names'
|
|
wmic useraccount get name | tail +2
|
|
end
|