Preview:
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
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter