diff options
author | Matthew Lemon <y@yulqen.org> | 2023-08-13 22:13:13 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-08-13 22:13:13 +0100 |
commit | 7c9638f7124ed24768c6b7409d4e8a0d68fa1538 (patch) | |
tree | 2d9b22617c60565f8a10594ec5f5d61281f63867 | |
parent | b7565663301d64cec70e62c236d6e7c2438ddb97 (diff) |
Fixes output of remind command
Diffstat (limited to '')
-rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |