From 33909b8ee6b91695f5a1ea355f8c16ae8084e057 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 27 Jul 2022 02:33:39 -0700 Subject: [PATCH] :memo: More web dev bookmarks --- aliases | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliases b/aliases index 5752c350..461e9f58 100644 --- a/aliases +++ b/aliases @@ -322,6 +322,10 @@ alias namecheap="librewolf https://namecheap.com/ &" alias prismjs="librewolf https://prismjs.com/ &" # cool front end ideas alias codinhood="librewolf https://codinhood.com/ &" +# bun is an alternative to nodejs/npm, still in beta... check in from time to time +alias bun="librewolf https://bun.sh/ &" +# languagetool.org is a resource site for starting up an open source version of grammerly +alias langtool="librewolf https://languagetool.org/dev/ &" # ddgr shebang bookmarks alias ddgr="ddgr -x -n 25 --unsafe --proxy 127.0.0.1:8118"