dracula / dracula/powershell

Issue when running prompt

Open
#54 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
652
Forks
123
PR merge metrics
No merged PRs in 30d

Description

**Description of the issue**

I followed all of the instructions, but when I try to set the environment variable prompt, I get this error:

```
At line:1 char:5
+ $E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m
+ ~
Missing ']' after array index expression.
At line:1 char:18
+ $E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m
+ ~
Missing ']' after array index expression.
At line:1 char:44
+ $E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m
+ ~
Missing ']' after array index expression.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingEndSquareBracket
```

**Screenshots**
![2022-06-29 19_54_55-Windows PowerShell](https://user-images.githubusercontent.com/2118055/176583075-3f6764b1-ef6b-43b4-b6f4-b48ce6521e47.jpg)

**Version Information**

> Please provide the output of this PowerShell command: `(Get-Module PSReadline).Version; (Get-Module posh-git).Version`

```
Major Minor Build Revision
----- ----- ----- --------
2 0 0 -1
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.