+ Added powershell (no git support yet.)
This commit is contained in:
parent
2c4c5294e8
commit
49f0d74578
3 changed files with 8 additions and 2 deletions
6
.config/powershell/profile.ps1
Normal file
6
.config/powershell/profile.ps1
Normal file
|
@ -0,0 +1,6 @@
|
|||
function Prompt
|
||||
{
|
||||
"
|
||||
$([char]27)[34;1m" + $env:COMPUTERNAME + "" + (Get-Location) + "
|
||||
$([char]27)[32;1m$> $([char]27)[0m"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue