./Cubeand so on for the other files/programs.
Better fixes: copy my file to your space or edit the file. To copy the file from my space to yours, try this
cd cp .bashrc .bashrc.bak cp ~juell/.bashrc .bashrcThe "cd" gets you to your home directory. The "cp .bashrc .bashrc.bak" command creates a backup copy to go back to if things do not work correct. To use the backup copy if you have problems, just:
cp .bashrc.bak .bashrcIf you want to edit the .bashrc (or .profile) file, add to the PATH ":."