mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 20:11:15 -03:00
5 lines
148 B
Fish
5 lines
148 B
Fish
# localization: skip(private)
|
|
function __fish_print_windows_drives --description 'Print Windows drives'
|
|
wmic logicaldisk get name | tail +2
|
|
end
|