diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-30 05:54:54 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-30 05:57:16 +0000 |
commit | f87d6a8196e67128610427acd9dc0e526ed0e825 (patch) | |
tree | 918fbad688457acb5ebe31b7ad4e83badf55083e | |
parent | ca36e13fa7cc3972c6d7511d8157f7f06f010792 (diff) |
fix broken alias
-rw-r--r-- | bashrc-laptop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc-laptop b/bashrc-laptop index 169259e..9cc7592 100644 --- a/bashrc-laptop +++ b/bashrc-laptop @@ -109,7 +109,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' |