Saltar al contenido

oh my zsh ejemplo de código de resaltado de sintaxis de autocompletar

Nuestros investigadores estrellas han agotado sus provisiones de café, por su búsqueda a tiempo completo por la resolución, hasta que Ezequiel encontró la contestación en GitHub y hoy la comparte aquí.

Ejemplo 1: oh my zsh autocompletar

# clone repo for auto-suggestion and syntax-highlightinggit clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting

# open config file nano ~/.zshrc

## add "zsh-autosuggestions zsh-syntax-highlighting" in plugins section

Ejemplo 2: complemento de resaltado de sintaxis zsh

In your ~/.zshrc
Simply clone this repository and source the script:

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo"source $(q-)PWD/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh">>$ZDOTDIR:-$HOME/.zshrc

Then, enable syntax highlighting in the current interactive shell:

source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
If git is not installed, download and extract a snapshot of the latest development tree from:

https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
Note the sourcecommand must be at the end of ~/.zshrc.

valoraciones y comentarios

Agradecemos que quieras ayudar nuestro quehacer mostrando un comentario y puntuándolo te damos la bienvenida.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *