Updated the cd-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2024-10-30 13:19:56 +01:00
parent 6419712ff2
commit bb01ef8cf5
25 changed files with 117 additions and 117 deletions

View File

@ -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)"
}