mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-21 17:30:42 +02:00
Updated the manuals
This commit is contained in:
@@ -24,7 +24,7 @@ if ($IsLinux) { $Username = $(whoami) } else { $Username = $env:USERNAME }
|
||||
$host.ui.RawUI.WindowTitle = "$Username @ $(hostname)"
|
||||
|
||||
# COMMAND PROMPT
|
||||
function prompt { write-host -noNewline -foregroundColor yellow "`n➤"; return " " }
|
||||
function prompt { Write-Host -noNewline -foregroundColor yellow "`n➤ "; return " " }
|
||||
|
||||
# ALIAS NAMES
|
||||
del alias:pwd -force -errorAction SilentlyContinue
|
||||
@@ -34,4 +34,4 @@ del alias:ls -force -errorAction SilentlyContinue
|
||||
set-alias -name ls -value list-folder.ps1 # ls = list folder (short format)
|
||||
```
|
||||
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 01/25/2024 13:58:40)*
|
||||
*(generated by convert-ps2md.ps1 using the comment-based help of my-profile.ps1 as of 03/27/2024 17:36:29)*
|
||||
|
Reference in New Issue
Block a user