Update the cd-* scripts

This commit is contained in:
Markus Fleschutz
2021-09-12 22:04:38 +02:00
parent 439387b735
commit cb35d425c5
18 changed files with 19 additions and 19 deletions

View File

@ -13,7 +13,7 @@
$TargetDir = resolve-path "$HOME"
if (-not(test-path "$TargetDir" -pathType container)) {
write-error "Home directory 📂$TargetDir does not exist"
write-warning "Sorry, the user's home directory at 📂$TargetDir does not exist (yet)"
exit 1
}
set-location "$TargetDir"