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/profile to add at the end just before the 'unset script' this line : . $HOME/.profile
then create a .profile in your home dir as described before like this : ENV=$HOME/.ashrc; export ENV . $ENV
- 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
thenThen you can create a .ashrc.ashrc in your home dir to set you aliases or other stuff.