Arrows don't work in Ubuntu

2

I'm using Ubuntu 12.xx When I'm in a shell (xterm or gnome terminal) and I press the UP arrow, the terminal prints "^]]A" instead of fetching the last used command like it normally does.

How can I restore the old functionality?

user1190

Posted 2013-05-01T02:49:07.810

Reputation: 569

It seems that you are not using bash as the shell... Try changing the dafault shell to bash.

– Alex – 2013-05-01T02:57:33.910

Answers

1

This should do what you're looking for:

passwd -e yourlogin  

then change your default shell by typing it's full path.

I prefer to use tcsh instead just as a suggestion.

user218473

Posted 2013-05-01T02:49:07.810

Reputation: