mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-12 14:07:20 +02:00
Updated the cd-*.ps1 scripts
This commit is contained in:
@ -20,7 +20,7 @@ function GetCurrentUserSID { [CmdletBinding()] param()
|
||||
|
||||
try {
|
||||
if ($IsLinux) {
|
||||
$path = "$HOME/.local/share/Trash/"
|
||||
$path = "~/.local/share/Trash/"
|
||||
} else {
|
||||
$path = "C:\`$Recycle.Bin\$(GetCurrentUserSID)"
|
||||
}
|
||||
|
Reference in New Issue
Block a user