~/.profile does not run on startup

Posted by pocoa on Super User See other posts from Super User or by pocoa
Published on 2010-05-21T05:34:32Z Indexed on 2010/05/21 5:51 UTC
Read the original article Hit count: 231

Filed under:
|

I want to run some scripts at system startup, so in ~/.profile file, I've added:

WORKSPACE="~/Development/workspace"
alias workspace="cd $WORKSPACE"

So I want this "workspace" alias to be available after the startup. Maybe it's not the right place to define these variables.

© Super User or respective owner

~/.profile does not run on startup

Posted by pocoa on Stack Overflow See other posts from Stack Overflow or by pocoa
Published on 2010-05-21T05:34:32Z Indexed on 2010/05/21 5:40 UTC
Read the original article Hit count: 230

Filed under:
|

I want to run some scripts at system startup, so in ~/.profile file, I've added:

WORKSPACE="~/Development/workspace"
alias workspace="cd $WORKSPACE"

So I want this "workspace" alias to be available after the startup. Maybe it's not the right place to define these variables.

© Stack Overflow or respective owner

Related posts about linux

Related posts about ubuntu