~/.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: 253
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