diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:56:56 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-11 15:56:56 +0000 |
commit | 1bdba69fb37846d51b0ea0738e9ce6191d5285d9 (patch) | |
tree | 7bdf21e6ef7ad5c7fa386638233cc1df74d646a0 | |
parent | cf75ed359bd20012ac361cdb393f175e191def76 (diff) |
Adds jrnl alias
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ alias _hl_bal_lastmonth='hledger bal --period "this month" --depth 3 Expenses' alias k5days='khal list today 5 days' alias khal="$HOME/src/virtualenvs/khal-venv/bin/khal" alias khard="$HOME/src/virtualenvs/khal-venv/bin/khard" +alias jrnl="/home/lemon/src/virtualenvs/jrnl/bin/jrnl" alias ls="ls --color=auto" alias ll="ls -larth" # sort by modified alias mountmusic='sudo sshfs -o IdentityFile=/home/lemon/.ssh/id_ed25519,default_permissions,allow_other lemon@192.168.1.10:/mnt/music /mnt/music' |