fish-shell/share/functions/__fish_print_windows_drives.fish

4 lines
116 B
Fish
Raw Normal View History

function __fish_print_windows_drives --description 'Print Windows drives'
2021-11-26 16:39:45 +08:00
wmic logicaldisk get name | tail +2
end