2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-17 07:24:00 +00:00
fish-shell/share/functions/__fish_print_windows_drives.fish
2022-01-26 22:02:23 -08:00

3 lines
118 B
Fish

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