Recent content by LoneLizard

  1. L

    How to set my $PATH variable to defaults

    Deleting the com.apple.Terminal.plist was easy. I did that. Then I changed the default shell in the Terminal Preferences to /bin/bash and now all standard commands work. I'm pleased. :) Thank you everyone!
  2. L

    How to set my $PATH variable to defaults

    Here is what I got: Startup and shutdown A login shell begins by executing commands from the system files /etc/csh.cshrc and /etc/csh.login. It then executes commands from files in the user's home directory: first ~/.tcshrc (+) or, if...
  3. L

    How to set my $PATH variable to defaults

    Result: No manual entry for tcshrc That having been said, this is the content of the ~./.cshrc file: set path = (/usr/local/bin $path) source /sw/bin/init.csh set path=(/ope/local/bin $path)
  4. L

    How to set my $PATH variable to defaults

    The shell I am using is tcsh. I confirmed that with the echo command. I just did a /bin/ls -Flai in both my root directory and my home directory; and there is no such file of which you speak; neither for BASH, nor for tcsh. Am I looking in the wrong places?
  5. L

    How to set my $PATH variable to defaults

    Hi, I use the command line a lot in OS X (running Snow Leopard, 10.6.8) and for some reason or other now, I cannot run simple commands like ls or rm without putting /bin/ in front of them. This would be the output if I tried to do so: dyld: Library not loaded...
Back
Top