Skip to content

Commit

Permalink
Update setup_your_environment.md (denoland#9876)
Browse files Browse the repository at this point in the history
unlike other system config file, in windows `$profile` file is a 
common config file of powershell , just use `>` will override
the user config file , which is terrible. This change use append
instead of override which is more reasonable
  • Loading branch information
IWANABETHATGUY committed Mar 23, 2021
1 parent 137744d commit b233985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/setup_your_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ command will be `antigen bundle deno` and so on.
Example (Powershell):

```shell
deno completions powershell > $profile
deno completions powershell >> $profile
.$profile
```

Expand Down

0 comments on commit b233985

Please sign in to comment.