mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
4 lines
118 B
Fish
4 lines
118 B
Fish
function __fish_print_windows_drives --description 'Print Windows drives'
|
|
wmic logicaldisk get name | tail +2
|
|
end
|