On Thu, Jul 12, 2001 at 10:20:52AM -0500, Larry W. Irwin Sr. wrote: > Hi everyone, > > I am running Debian potato and am having a problem with .bashrc. It works > fine as root but does not get executed when I log in as a user. The default > .bashrc contains one alias command (the rest are commented out). When I type > 'alias' (under the regular user account), no aliases are shown. What gives? > > Thanks, > Larry >
Hi, maybe you have a .bash_profile file that is taken in place of .bashrc. There is a command to include your .bashrc, but maybe it is commented. So, you can include your alias on .bash_profile or uncomment those lines. Hope helped, Rafael Sasaki

