docs(i18n): New Crowdin updates (#1788)

This commit is contained in:
Matan Kushner
2020-11-28 23:45:59 -05:00
committed by GitHub
parent 3dfe4ca932
commit ea6f5e429c
41 changed files with 3920 additions and 3165 deletions
+3 -5
View File
@@ -2,7 +2,7 @@
home: true
heroImage: /logo.svg
heroText:
tagline: '¡El prompt minimalista, increíblemente rápido, e infinitamente personalizable para cualquier shell!'
tagline: '¡El prompt minimalista, ultrarápido e infinitamente personalizable para cualquier intérprete de comandos!'
actionText: Comenzar →
actionLink: ./guide/
features:
@@ -30,7 +30,7 @@ description: Starship es el símbolo de sistema minimalista, ultrarápido e infi
### Instalación rápida
1. Instalar el binario de **starship**:
1. Instalar el binario de **Starship**:
#### Instalar la última versión
@@ -94,11 +94,9 @@ description: Starship es el símbolo de sistema minimalista, ultrarápido e infi
#### Powershell
Añade el siguiente código al final de `~\Documentos\PowerShell\Microsoft.PowerShell_profile.ps1` (o `~/.config/powershell/Microsoft.PowerShell_profile.ps1` en sistemas *nix):
Añade lo siguiente al final de `Microsoft.PowerShell_profile.ps1`. Puedes comprobar la ubicación de este archivo consultando la variable `$PROFILE` en PowerShell. Normalmente la ruta es `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` o `~/.config/powershell/Microsoft.PowerShell_profile.ps1` en -Nix.
```sh
# ~\Documentos\PowerShell\Profile.ps1
Invoke-Expression (&starship init powershell)
```