aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-08 06:52:29 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-08 06:53:58 +0000
commit2b29dd3b148aca6124c9e065ca10227acc925f23 (patch)
tree7f884c8fa85fe89e2bcf7f2fd4f00e50f68b3d4b
parentd6eae43eb541b4e536f22b7a3bfa80bc9e89b8a8 (diff)
last bashrc commit
-rw-r--r--bashrc-laptop3
1 files changed, 3 insertions, 0 deletions
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"'