mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Add __fish_list_windows_users function
This commit is contained in:
committed by
ridiculousfish
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
|
||||
Reference in New Issue
Block a user