Skip to content

Commit

Permalink
Fix typo in aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed May 18, 2024
1 parent c7a7256 commit 6b891f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ alias ....='cd ../../..'
alias cp='cp -i'
alias d='dirs -v | head -10'
alias df='df -h'
alias df='du -h'
alias du='du -h'
if (( $+commands[wget] )); then
alias get='wget --continue --progress=bar --timestamping'
elif (( $+commands[curl] )); then
Expand Down

0 comments on commit 6b891f0

Please sign in to comment.