mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Add __fish_list_windows_drives
This commit is contained in:
committed by
ridiculousfish
parent
fbbf498afb
commit
909cade1f5
3
share/functions/__fish_list_windows_drives.fish
Normal file
3
share/functions/__fish_list_windows_drives.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function __fish_list_windows_drives --description 'Lists Windows drives'
|
||||
wmic logicaldisk get name | tail +2
|
||||
end
|
||||
Reference in New Issue
Block a user