From 7c9638f7124ed24768c6b7409d4e8a0d68fa1538 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 13 Aug 2023 22:13:13 +0100 Subject: Fixes output of remind command --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 0e2aa71..c6ed316 100644 --- a/bashrc +++ b/bashrc @@ -160,7 +160,8 @@ alias thisweek='khal list today 5days -d google_timebox' alias tcomptoday='task end.after:today-1d completed' alias passwrap='pass-fzf.bash' alias nvim='~/.local/bin/nvim' -alias rem='ssh bobbins rem -c+a2 -w240 -m' +alias rem1='ssh bobbins rem -c+a1 -w170 -m' +alias rem2='ssh bobbins rem -c+a2 -w170 -m' # Environment variables export LEDGER_FILE="$HOME/Budget/ledger/hledger/budget.ledger" -- cgit v1.2.3