X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=0f84352570592dc3cbaea1b64d12d4dc4ad5be0e;hp=4d301e0953bc3497913313909f5632bffacc91b6;hb=88ba0f56e16573a402d6fcbb383dc0f62fc4620d;hpb=0862795f9ba00a7f611c084d3e736ac05b637f9a diff --git a/setup.sh b/setup.sh index 4d301e0..0f84352 100755 --- a/setup.sh +++ b/setup.sh @@ -35,14 +35,13 @@ fi if installed X; then # Prevent code duplication. Term* rules are for all terminals; XTerm rules - # are for XTerm and UXTerm. At the moment XTerm, UXTerm and Rxvt are - # supported. + # are for XTerm and UXTerm. generate Xresources .in perl -ne \ 'if (/^Term/) { s/^Term//; print "XTerm", $_; print "UXTerm", $_; - print "Rxvt", $_; + print "URxvt", $_; } elsif (/^XTerm/) { print $_; s/^XTerm//;