mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
78bd0f9cdb
- 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
|