# HG changeset patch # User Oleksandr Gavenko # Date 1268745832 -7200 # Node ID 20fbd437b2faab68003df1fd748bcae05e2d37af # Parent cddddb0099219ad1c08666456a3385d7a1a84a39 By default rxvt start shell without args, so it interactive. But if it also login shell then ~/.bashrc will not be read. Awful! diff -r cddddb009921 -r 20fbd437b2fa .Xdefaults --- a/.Xdefaults Tue Mar 16 15:17:32 2010 +0200 +++ b/.Xdefaults Tue Mar 16 15:23:52 2010 +0200 @@ -20,6 +20,9 @@ Rxvt*font: 7x14 Rxvt*scrollBar: on Rxvt*saveLines: 5000 +! By default rxvt start shell without args, so it interactive. But if it also login shell +! then ~/.bashrc will not be read. Awful! +Rxvt*loginShell: false xpdf*initialZoom: width