View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#6
Originally Posted by lma View Post
No, the default shell is (busybox) ash.



You are probably suffering from bug 5137.
Oh...just noticed that "busybox" and "ash" is written at the top every time the terminal is opened....

Thanks for the link to the bug report. I never considered before that this is a bug, so I googled the issue and found another thread in this forum that solved my problems! (http://talk.maemo.org/showthread.php?t=37178)

Short version: The history was not saved because I always hit the "X" when closing it instead of using Ctrl+D. If you execute
Code:
echo 'trap exit SIGHUP' >> .profile
the history is also saved even when hitting "X".
 

The Following User Says Thank You to For This Useful Post: