1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 23:28:18 -05: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 GitHub
parent 137744d19c
commit b233985fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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