SyntaxFix
Write A Post
Hire A Developer
Questions
edit your .bash_profile file
.bash_profile
vim .bash_profile
commnet
#export TERM=xterm-256color
add this
export TERMINFO=/usr/share/terminfo
export TERM=xterm-basic
to your .bash_profile
finally
run:
source .bash_profile