dotfiles

regexghost dotfiles and scripts
git clone https://git.regexghost.com/dotfiles.git
Log | Files | Refs | README

commit a2f9c128bb5783b1db7e73401757b36e816eabf3
parent 9c4d96bf316a58b428408a2012c0c0c754946b16
Author: regexghost <dev@regexghost.com>
Date:   Wed, 17 Jun 2026 18:07:55 +0100

man alias to limit width, stops weird line wrapping when using bat/batcat

Diffstat:
Mdotfiles/.bashrc | 1+
Mterminal-scripts/Makefile | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc @@ -45,6 +45,7 @@ alias fontsreload='sudo fc-cache -fv' alias trash-size='du ~/.local/share/Trash/files/ -s -h | cut -f 1' alias sync='echo "Syncing"; sync; echo "Done"; lsblk' alias alpine='alpine -p ~/.config/alpine/pinerc -passfile ~/.config/alpine/pine-passfile' +alias man='MANWIDTH=$(($(stty size | cut -d " " -f 2)-20)) man' # Not POSIX compliant function grepc () { diff --git a/terminal-scripts/Makefile b/terminal-scripts/Makefile @@ -25,3 +25,4 @@ normal: cp stream-check.sh ${BIN}/stream-check cp opus-soundtrack.sh ${BIN}/opus-soundtrack cp opus-single.sh ${BIN}/opus-single + cp webm_to_m4a.sh ${BIN}/webm_to_m4a