Hi, I'm a beginner in command line and I'm a bit lost with Maemo's shell : I'd like to create basic aliases for my N900 (alias ll = 'ls -l', that kind of stuff). Apparently the default shell doesn't have a .bashrc, so I don't know where to put my aliases. How to apply the changes afterwards, too ? (sounds like there isn't "source" either) Thanks
echo 'alias ll="ls -l"' > /home/user/.profile
source /home/user/.profile