Skip to content

Commit cffc2a0

Browse files
committed
💄 style: updated Dev-Drive powershell functions
1 parent e908695 commit cffc2a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotposh/Modules/Set-DevDriveEnvironments.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Source: - https://github.com/ran-dall/Dev-Drive
2+
13
function Get-DevDrive {
24
$devDrives = Get-Volume | Where-Object { $_.FileSystemType -eq 'ReFS' -and $_.DriveType -eq 'Fixed' }
35
$devDriveLetters = @()

0 commit comments

Comments
 (0)