#328 closed defect (invalid)
settings of teminal users saved in .bash_profile but apps use .bashrc
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.2 |
Severity: | minor | Keywords: | |
Cc: |
Description
This is just a minor problem .. Many shell and terminal applications use .bashrc instead of .bash_profile, which is used by ssh and shell used in lfs. 'xterm', 'su' and the kde terminals all use .bashrc. So I added a link on .bash_profile called .bashrc, to have the same settings in every terminal ..
Note:
See TracTickets
for help on using tickets.
This is not a bug. This is normal bash behaviour. .bash_profile is used for login shells, .bashrc for non-login shells. If you want to make your 'su' or 'xterm' session a login shell thus using .bash_profile simply run something like:
(see man pages of bash su and xterm)