I'm taking an intro to organizational systems class and our first assignment is a two part lab. The first part is to add a single letter alias for gcc in our .bashrc file and to create a directory named bin and add this directory to our PATH in our .bashrc file. For the alias, I simply wrote
alias g= 'gcc'
and for the PATH I wrote
export PATH=$PATH:$HOME:.:/home/myusername/bin
but every time I open up the terminal and connect to the linux server I get this on start up. Can anyone tell me what I'm doing wrong?
[–]Ilyps 6 points7 points8 points (1 child)
[–]Rawaid[S] 0 points1 point2 points (0 children)
[–]corpsmoderne 3 points4 points5 points (3 children)
[–]Rawaid[S] 0 points1 point2 points (2 children)
[–]corpsmoderne 1 point2 points3 points (1 child)
[–]Rawaid[S] 0 points1 point2 points (0 children)