mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-21 17:38:19 +02:00
Update list-special-folder.ps1
This commit is contained in:
parent
3bc33d67b3
commit
ac6ec19bfd
@ -56,7 +56,9 @@ function ListSpecialFolders {
|
|||||||
AddLine "$_" "$Path"
|
AddLine "$_" "$Path"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AddLine "Tempory" "$(GetTempDir)"
|
AddLine "Repositories" "$HOME\source\repos"
|
||||||
|
AddLine "SSH" "$HOME\.ssh"
|
||||||
|
AddLine "Temporary" "$(GetTempDir)"
|
||||||
$Path = Resolve-Path "$HOME/.."
|
$Path = Resolve-Path "$HOME/.."
|
||||||
AddLine "Users" "$Path"
|
AddLine "Users" "$Path"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user