From 69cd5a98179ede87c62eb8c88c73c03eb8d9de2d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Sun, 1 Feb 2026 09:15:02 -0800 Subject: [PATCH] New backup 2026-02-01 09:15:02 --- default/home/.sapphrc/default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/home/.sapphrc/default b/default/home/.sapphrc/default index d9778b1..026a0dc 100755 --- a/default/home/.sapphrc/default +++ b/default/home/.sapphrc/default @@ -83,7 +83,7 @@ process_search(){ fi ps aux | grep -ie "${1}" } -alias nowrap='sed -E "s/(.{${COLUMNS}}).*$/\1/"' +alias nowrap='sed -E "s/(.{$((COLUMNS - 2))}).*$/\1 >/"' #alias devbox-stable="TERM=xterm-256color toolbox enter debian-toolbox-12" #alias devbox-testing="TERM=xterm-256color toolbox enter debian-toolbox-testing" #git shortcut to quickly push all changes with comment