Skip to main content
Formatting of code reproductions
Source Link
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

  • 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 

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

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

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.

Source Link
phane
  • 11
  • 1

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