From 31c7dcb823b6a05981aa5487d8cf08ece7b8bc3e Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 28 May 2025 22:08:02 +0900 Subject: bump Many small changes. Maybe the most significan is update the terminal font size in `st` config.h for better visibility. --- public/.bashrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'public/.bashrc') diff --git a/public/.bashrc b/public/.bashrc index 9449af8..e942344 100644 --- a/public/.bashrc +++ b/public/.bashrc @@ -79,7 +79,7 @@ ds=( "$HOME/code/tex-live-native/build/bin/x86_64-linux" "$HOME/.local/share/gem/ruby/3.0.0/bin" "$HOME/.local/bin" - "$HOME/mahcode/dotfiles/public/.local/bin" + "$HOME/dotfiles/public/.local/bin" ) for d in "${ds[@]}"; do if ! echo $PATH | grep -qE "(^|:)$d($|:)"; then @@ -104,9 +104,10 @@ export XDG_STATE_HOME="$HOME/.local/state" #export XMODIFIERS=@im=fcitx # less -LESS="-i " # ignore case -LESS+="-S " # don't chop long lines -LESS+="--RAW-CONTROL-CHARS" +LESS="-i" # ignore case +LESS+=" -S" # don't chop long lines +LESS+=" -j5" # Add 5 context lines +LESS+=" --RAW-CONTROL-CHARS" export LESS # better `ls` (and other programs like `tree`) colors -- cgit v1.2.3