diff --git a/.shell_aliases b/.shell_aliases index b856d4b..39fc000 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