Siga los pasos aquí para obtener otras características también:
https://github.com/abhigenie92/zsh_to_fish
- Instalar oh-my-zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- Clonar los complementos necesarios.
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Agregar complementos a
~/.zshrc
como
plugins = ( [plugins...] zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting)
Nota: asegúrese de que zsh-syntax-highlighting sea el último en la lista anterior.
- Solucione problemas de tema de fondo (no necesariamente depende de su tema). Agregue la siguiente línea a su
~/.zshrc
.
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE='fg=white'
- Reiniciar zsh
source ~/.zshrc
Si te gusta la respuesta, considera protagonizar el repositorio de Github.
apt list
, pero no para--upgradable
. Muestra la sugerencia cuando comienzo a escribir--u
, pero presionartab
no la completa automáticamente.