Some year after the question on alipline 3.17 I figured out a solution (may not be the best, any comment welcome).
- Edit as root
/etc/profileto add at the end just before theunset scriptthis line:. $HOME/.profile - Then create a
.profilein your home dir as described before like this:ENV=$HOME/.ashrc; export ENV . $ENV
Then you can create a .ashrc in your home dir to set you aliases or other stuff.