aboutsummaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-21 15:22:31 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-21 15:22:31 +0100
commit70f8f3ab1c5a619b55b690b4b145d10f441a9671 (patch)
tree4b7c67983345c80109ff5b038953c17641fcda41 /bashrc
parenta2bd7545ffd53b339799ca9dbe4607401499ed1e (diff)
Some beets related tweaks
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 87b348d..39cf3de 100644
--- a/bashrc
+++ b/bashrc
@@ -78,6 +78,7 @@ alias _hl_bal_lastmonth='hledger bal --period "this month" --depth 3 Expenses'
alias qnarchive='mkdir /tmp/quicknotes && cp ~/code/html/yulqen.org/content/techjournal/quicknote_capture_* /tmp/quicknotes && cp ~/Documents/Notes/quicknote.md /tmp/quicknotes && tar czf quicknotes.tgz -C /tmp/quicknotes .'
alias annex-sync='cd ~/annex/ && git annex sync && cd -'
alias k5days='khal list today 5 days'
+alias brandom='beet play "$(beet random -p)"'
# Environment variables
export LEDGER_FILE="$HOME/Budget/hledger/budget.ledger"