diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-21 05:09:12 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-21 05:09:12 +0000 |
commit | 557a84f42c2ed20dbba1ee16b79733118e8e39da (patch) | |
tree | db0184c85db017b977c6115420c82d6d6bbdc00e /bashrc | |
parent | 51193a6e6d4c36317233e0d9b28fe859d6b3829b (diff) |
Adds some x1 specific files as we equalise dotfiles
Diffstat (limited to '')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ alias pacget="pacman -Slq | fzf --multi --preview 'pacman -Si {1}' | xargs -ro s alias pacpreview="pacman -Qq | fzf --preview 'pacman -Qil {}' --layout=reverse --bind 'enter:execute(pacman -Qil {} | less)'" 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 quickqr='qrencode -t ansiutf8 $1' 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' |