dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 485d3c894ad76e1680cced3f68c2c6a8fc487d24
parent f70b6d0a1bd872ec5d63ba94e637aebd40317b02
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Mar 2020 16:40:23 -0700

Set URxvt.cutchars

In particular, the default doesn't include ':', which is frustrating
when selecting paths from grep results.

Diffstat:
M.Xresources | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -10,6 +10,7 @@ URxvt.boldFont: xft:DejaVu Sans Mono:size=13,xft:IPAGothic:size=14 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange +URxvt.cutchars: ",│`|&=:\"' ()[]{}<>" URxvt.color0: #2e3436 URxvt.color1: #cc0000 URxvt.color2: #4e9a06