Buat File .profile
touch ~/.profileEdit File .profile
nano ~/.profile
# paste
PATH=$HOME/nodevenv/npm/9/bin:$HOME/nodevenv/npm/9/lib/bin:$HOME/virtualenv/py/3.7/bin:$PATH
rm .bash_history
resetCopy .profile -> .bashrc (opsional)
cp ~/.profile ~/.bashrcCopy .profile -> .bashrc (opsional)
cp ~/.profile ~/.bash_profile