0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-09 13:49:37 -04:00

Update setup_your_environment.md (#9876)

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
This commit is contained in:
IWANABETHATGUY 2021-03-24 05:04:51 +08:00 committed by Kitson Kelly
parent 8ec652dbe7
commit 1b2358e3ea
No known key found for this signature in database
GPG key ID: 2D87CFF11B51960A

View file

@ -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
```