Skip to content

Commit

Permalink
Enable HTTP/2 for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalan authored Nov 6, 2023
1 parent a8cee18 commit 42a061b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/profile.d/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42a061b

Please sign in to comment.