mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 18:14:09 +08:00
Add __fish_list_windows_users function
This commit is contained in:
parent
2c55213b81
commit
0281017c5a
3
share/functions/__fish_list_windows_users.fish
Normal file
3
share/functions/__fish_list_windows_users.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function __fish_list_windows_users --description 'Lists Windows user names'
|
||||
wmic useraccount get name | tail +2
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user