mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
- rename *list* functions to *print* - use short options everywhere - delegate less work to functions
4 lines
116 B
Fish
4 lines
116 B
Fish
function __fish_print_windows_drives --description 'Print Windows drives'
|
|
wmic logicaldisk get name | tail +2
|
|
end
|