Skip to content

Commit

Permalink
Add 'dnl' alias
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Sep 4, 2023
1 parent b9f4f6b commit cba3342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export PATH=$HOME/.bin:/usr/local/bin:$PATH
alias tx="tmux attach 2>/dev/null || tmux new -n HOME"
alias sshk="ssh $SSH_QUIET_OPTS"
alias scpk="scp $SSH_QUIET_OPTS"
alias dnl="curl -ZOL --max-redirs 3 --parallel-max 5 --styled-output"
alias dnl="curl -ZL --max-redirs 3 --parallel-max 5 --remote-name-all"
alias c="clear"
alias g="grep --color=auto"
alias e="$EDITOR"
Expand Down

0 comments on commit cba3342

Please sign in to comment.