Cerca di salvare una variabile ambientale.
cd ~
mkdir Projects
export PROJDIR=/Users/David/Projects
cd ~
cd $PROJDIR //can execute.
cd ..
open .bash_profile //was told this was the file you add the variable to.
Quindi il terminale mi dice che non c'è niente con quel nome. Per controllare
ls -a
E ci sono due file con bash .bash_history e .bashsessions .bash_history non è eseguibile e quando apro .bashsessions non sono sicuro di come aggiungerei
export PROJDIR=/Users/$USER/Projects
al file. Quindi non sembra giusto.