mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +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…
Reference in New Issue
Block a user