~/.profile does not run on startup
- by pocoa
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.