mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 08:02:44 +08:00
Add __fish_list_windows_drives
This commit is contained in:
parent
fbbf498afb
commit
909cade1f5
3
share/functions/__fish_list_windows_drives.fish
Normal file
3
share/functions/__fish_list_windows_drives.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function __fish_list_windows_drives --description 'Lists Windows drives'
|
||||
wmic logicaldisk get name | tail +2
|
||||
end
|
Loading…
Reference in New Issue
Block a user