Fresh install, user's .bashrc isn't getting run when logging in from SSH
Hi!
I just installed Debian on my server this afternoon, and I noticed that my .bashrc isn't getting run. I have aliases for "ls" (for color) and "ll" (for ls -la) but when I login via SSH, ls doesn't give color output and ll returns a "command not found" error.
Is there something I'm missing? Is it an SSH issue, or is there a config file that needs editing?
When I do "sudo su" to login as root, the .bashrc for root gets processed just fine.
Thanks!
|