From 2b29dd3b148aca6124c9e065ca10227acc925f23 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 8 Jan 2025 06:52:29 +0000 Subject: last bashrc commit --- bashrc-laptop | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bashrc-laptop') diff --git a/bashrc-laptop b/bashrc-laptop index 9cc7592..832d16f 100644 --- a/bashrc-laptop +++ b/bashrc-laptop @@ -97,6 +97,7 @@ alias gitrepos="ssh git@joannalemon.com \"tree -L 2 repositories\"" alias gloga='git log --oneline --decorate --graph --all' alias _hl_bal_lastmonth='hledger bal --period "this month" --depth 3 Expenses' alias jrnl="/home/lemon/src/virtualenvs/jrnl/bin/jrnl" +alias j='uv run /home/lemon/code/python/journal-tools/update_journal.py' alias k5days='khal list today 5 days' alias ll="ls -larth" # sort by modified alias ls="ls --color=auto" @@ -110,6 +111,7 @@ alias pacpreview="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse - alias qn2firefox='pandoc /home/lemon/Documents/Notes/quicknote.md -o /tmp/quicknote.html && firefox /tmp/quicknote.html' 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 quickqr='qrencode -t ansiutf8 $1' +alias rm='rm -i' alias rnr=read_and_review alias ststatus='curl -X GET -H "X-API-Key:giuDMYqvFhM2G5ziuFFXLEpC5SjdpgzF" http://localhost:8384/rest/db/status?folder=eahtt-9qkuk|jq' alias sync-tunnel='ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' @@ -192,6 +194,7 @@ if ! [ -v SSH_AUTH_SOCK ] && ! [ -v SSH_AGENT_PID ]; then echo "Starting ssh-agent..." eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 # Add your key manually + ssh-add ~/.ssh/id_rsa # Add your key manually fi # bind '"\C-r": "\C-x1\e^\er"' -- cgit v1.2.3