Skip to main content
2 of 2
Formatting of code reproductions
AdminBee
  • 23.6k
  • 25
  • 55
  • 77

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 

Then you can create a .ashrc in your home dir to set you aliases or other stuff.

phane
  • 11
  • 1