diff options
Diffstat (limited to 'README_es.md')
-rw-r--r-- | README_es.md | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/README_es.md b/README_es.md index 86b6f4e..d4ee3d7 100644 --- a/README_es.md +++ b/README_es.md @@ -15,6 +15,7 @@ Configuración personalizada del Prompt Shell para Bash - Hace source a `/usr/share/bash-completion/bash_completion` automaticamente (requiere de `bash-completion`). - Incluye un `hyperterm/_custom.sh` para personalizaciones en el HyperTerm, de forma separada. + >[!TIP] >Tus cambios deben estar en `$HOME/.hyperterm/_custom.sh`, para que no se eliminen al momento de actualizarlo. - Funciones especiales como: @@ -112,12 +113,13 @@ Configuración personalizada del Prompt Shell para Bash pacman -S bash-completion +>[!TIP] > [trash-cli](https://github.com/andreafrancia/trash-cli): es una utilidad para prevenir el borrado accidental al usar el comando rm -rf - +> > [pkgfile](https://github.com/falconindy/pkgfile): permite buscar el comando ejecutado en la base de datos del repositorio. - +> > [bind-tools](https://www.isc.org/downloads/bind/): permite obtener la ISP al ejecutar 'ii' en la terminal. - +> > [bash-completion](https://github.com/scop/bash-completion): permite el autocompletado de bash ## Actualización @@ -164,7 +166,9 @@ Configuración personalizada del Prompt Shell para Bash ![Alt Special](images/special.png?raw=true "special") -> El tema es configurable desde el archivo `$HOME/.hyperterm/_custom.sh` +>[!TIP] +> El tema es configurable desde el archivo +> `$HOME/.hyperterm/_custom.sh` ## Restaurar @@ -172,19 +176,21 @@ Configuración personalizada del Prompt Shell para Bash 1. Descargar el archivo `uninstall.sh`: - curl -Ls https://git.sr.ht/~heckyel/hyperterm/tree/master/item/uninstall.sh -o "$HOME/uninstall.sh" - - o - - curl -Ls https://notabug.org/heckyel/hyperterm/raw/master/uninstall.sh -o "$HOME/uninstall.sh" + ```console + $ curl -Ls https://git.sr.ht/~heckyel/hyperterm/blob/master/uninstall.sh -o "$HOME/uninstall.sh" + ``` 2. Ejecutar el archivo `uninstall.sh`: - bash "$HOME/uninstall.sh" + ```console + $ bash "$HOME/uninstall.sh" + ``` 3. Eliminar el archivo `uninstall.sh`: - rm -v "$HOME/uninstall.sh" + ```console + $ rm -v "$HOME/uninstall.sh" + ``` ### Manualmente |