From 833a30aef8c87e1ff1513a6af2b7bbdc0515bafd Mon Sep 17 00:00:00 2001 From: Michel Date: Tue, 3 Dec 2024 15:42:47 +0100 Subject: [PATCH] fix: terminal settings --- .Xresources | 2 +- .zshrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index bd42b92..ed5a3c6 100644 --- a/.Xresources +++ b/.Xresources @@ -7,7 +7,7 @@ XTerm*termName: xterm-256color XTerm*background: rgb:00/00/00 XTerm*foreground: white -XTerm*geometry: 100x60 +XTerm*geometry: 90x40 ! To dump mono fonts: ! fc-list :scalable=true:spacing=mono: family | sort diff --git a/.zshrc b/.zshrc index d5d94e0..98f6b58 100644 --- a/.zshrc +++ b/.zshrc @@ -468,7 +468,6 @@ export BROWSER=firefox export EDITOR=vi export LESS=-iFRS export SYSTEMD_LESS='iFRSXMK' -export VISUAL=bat ###