From 42a061b3ad0485f759f41106233781f4c21626d8 Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Mon, 6 Nov 2023 09:33:10 -0500 Subject: [PATCH] Enable HTTP/2 for curl --- etc/profile.d/cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile.d/cli.sh b/etc/profile.d/cli.sh index d5a8501..807cc62 100644 --- a/etc/profile.d/cli.sh +++ b/etc/profile.d/cli.sh @@ -18,6 +18,7 @@ if [ "$(whoami)" != "root" ]; then alias cd="HOME=\"$WORKDIR\" cd" alias cowsay="/usr/games/cowsay" alias cp="cp -i" + alias curl="curl --http2" alias gdb="gdb -q" # Suppress gdb's startup output alias grep="grep --color" # Suppress gdb's startup output alias ls="ls --color -F --ignore=lost+found" # Add trailing slashes