fish-shell/share/functions/__fish_print_windows_drives.fish

4 lines
118 B
Fish
Raw Normal View History

function __fish_print_windows_drives --description 'Print Windows drives'
wmic logicaldisk get name | tail +2
end