From 9331ec50ca591263e6df83cd1dd3c64290bfc31f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 16 Feb 2026 15:26:45 -0600 Subject: [PATCH] bash/bashrc | update turl alias --- home/common/files/bash/bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/files/bash/bash_aliases b/home/common/files/bash/bash_aliases index b39f20e..f2b404e 100755 --- a/home/common/files/bash/bash_aliases +++ b/home/common/files/bash/bash_aliases @@ -15,7 +15,7 @@ alias t=task alias ttoday="task +TODAY or +OVERDUE -BLOCKED" alias ttom="task +OVERDUE or +TOMORROW -BLOCKED" alias to="task list +OVERDUE" -alias turl="task nnext | urlscan -c -d" +alias turl="task rc.defaultwidth=225 rc.verbose=off nnext | urlscan -c -d" alias tfollow="task list +followup" alias tnext="task list +nextactions" alias open=xdg-open