View Single Post
Posts: 38 | Thanked: 33 times | Joined on Aug 2010 @ Bangalore, India
#8
Originally Posted by superjunior View Post
Commands are save in ".bash_history"

Create a blank File ( with texteditor ) and save in /home/user/.bash_history


IMHO "--color=auto" doesn't work with Bash3

Bash3 is optimized for maemo and it is compiled without "--color=auto"
The color not coming is not related to bash3 but to ls itself. The ls command is mapped to busybox. Install gnu-coreutils and you can then run ls as gls.
Also you can create an alias like alias ls='gls --color=auto'
 

The Following 2 Users Say Thank You to kitwalker For This Useful Post: