Add cd-ssh.ps1

This commit is contained in:
Markus Fleschutz
2021-09-12 21:52:29 +02:00
parent 8c64ceb44b
commit 439387b735
3 changed files with 23 additions and 0 deletions

View File

@ -13,6 +13,7 @@ cd-recycle-bin.ps1, change the working directory to the user's recycle bin folde
cd-repos.ps1, change the working directory to the user's Git repositories folder
cd-root.ps1, change the working directory to the root directory (C: on Windows)
cd-scripts.ps1, change the working directory to the PowerShell Scripts folder
cd-ssh.ps1, change the working directory to the user's SSH folder
cd-up.ps1, change the working directory to one directory level up
cd-up2.ps1, change the working directory to two directory levels up
cd-up3.ps1, change the working directory to three directory levels up

1 Script Description
13 cd-repos.ps1 change the working directory to the user's Git repositories folder
14 cd-root.ps1 change the working directory to the root directory (C: on Windows)
15 cd-scripts.ps1 change the working directory to the PowerShell Scripts folder
16 cd-ssh.ps1 change the working directory to the user's SSH folder
17 cd-up.ps1 change the working directory to one directory level up
18 cd-up2.ps1 change the working directory to two directory levels up
19 cd-up3.ps1 change the working directory to three directory levels up