Skip to content

Commit

Permalink
dnl → dl
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 30, 2023
1 parent 876a48f commit 16cd4dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,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 -ZL --max-redirs 3 --parallel-max 5 --remote-name-all"
alias dl="curl -ZL --max-redirs 3 --parallel-max 5 --remote-name-all"
alias c="clear"
alias g="grep --color=auto"
alias e="$EDITOR"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bash <(curl -fsSL https://andy.one/dotfiles/install.sh)
| `sshk …` | `ssh` command without checking and saving host key |
| `ssht …` | `sshk` to many hosts at once (_requires TMUX session_) |
| `scpk …` | `scp` command without checking and saving host key |
| `dnl` | Download one or more files using `curl` |
| `dl` | Download one or more files using `curl` |
| `e` | Editor (_nano_) shortcut |
| `g …` | `grep` shortcut |
| `d …` | Docker shortcut |
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e

################################################################################

VERSION="2.3.7"
VERSION="2.3.8"

################################################################################

Expand Down

0 comments on commit 16cd4dc

Please sign in to comment.