mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
3 lines
118 B
Fish
3 lines
118 B
Fish
function __fish_print_windows_drives --description 'Print Windows drives'
|
|
wmic logicaldisk get name | tail +2
|
|
end
|