Skip to content

Commit

Permalink
Merge pull request #174 from cs50/dmalan-patch-2
Browse files Browse the repository at this point in the history
Enable HTTP/2 for curl
  • Loading branch information
rongxin-liu authored Nov 7, 2023
2 parents a8cee18 + 42a061b commit b173437
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 b173437

Please sign in to comment.