You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem :
colors are not interpreted and printed as is. Example :
# git++ help
\e[0;33mAvailable commands:\e[0m
\e[0;32mhelp \t\e[0mPrint HELP for a command
\e[0;32mlist \t\e[0mList all availables commands
\e[0;32mversion \t\e[0mManage Semantic Version (with git tags)
\e[0;32mhello \t\e[0mcustom command example (Hello World :)
Issue:
Probably you bash version is older than the required version 4.2
Verify with : # bash --version
And if is < 4.2 install a more recent version of bash.
The text was updated successfully, but these errors were encountered:
# Add the new shell to the list of allowed shells
sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
# Change to the new shell
chsh -s /usr/local/bin/bash
Problem :
colors are not interpreted and printed as is.
Example :
Issue:
Probably you bash version is older than the required version 4.2
Verify with :
# bash --version
And if is < 4.2 install a more recent version of bash.
The text was updated successfully, but these errors were encountered: