From 3698f3c87b6955176f4814c895028266fe94f8e3 Mon Sep 17 00:00:00 2001 From: "chawley (overlook)" Date: Mon, 2 Feb 2026 09:26:02 -0500 Subject: [PATCH] Added https to termpad alias, so it works --- .shell_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.shell_aliases b/.shell_aliases index ee014eb..e0eee30 100644 --- a/.shell_aliases +++ b/.shell_aliases @@ -33,9 +33,9 @@ alias dir='dir -v' # send things to termpad # with httpie -alias tph=' http termpad.planethawleywood.com' +alias tph=' http https://termpad.planethawleywood.com' # with cURL -alias tpc=' curl --data-binary @- termpad.planethawleywood.com' +alias tpc=' curl --data-binary @- https://termpad.planethawleywood.com' # Do lots of things with FZF