instalarlo
Thu Sep 04 2025 14:03:59 GMT+0000 (Coordinated Universal Time)
Saved by
@jrg_300i
Si quieres la funcionalidad de Zsh pero prefieres quedarte con Bash, bash-it es una excelente alternativa:
# Después de instalar bash-it, tendrás:
- Autocompletado avanzado
- Temas y plugins
- Globbing recursivo
- Y muchas características de Zsh
# bash-completion (mejor autocompletado)
sudo apt install bash-completion
# bash-it (como Oh My Zsh pero para Bash)
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# verificar si esta instalado Deberías ver una línea como esta en tu ~/.bashrc
cat ~/.bashrc | grep bash_it
content_copyCOPY
Comments