Skip to content

Commit

Permalink
Use the server timestamp in the get alias
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr authored and sorin-ionescu committed Apr 22, 2012
1 parent 10ab5e2 commit 3c85575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/alias/init.zsh
Expand Up @@ -75,10 +75,10 @@ alias type='type -a'
# Mac OS X
if [[ "$OSTYPE" == darwin* ]]; then
alias o='open'
alias get='curl --continue-at - --location --progress-bar --remote-name'
alias get='curl --continue-at - --location --progress-bar --remote-name --remote-time'
else
alias o='xdg-open'
alias get='wget --continue --progress=bar'
alias get='wget --continue --progress=bar --timestamping'

if (( $+commands[xclip] )); then
alias pbcopy='xclip -selection clipboard -in'
Expand Down

0 comments on commit 3c85575

Please sign in to comment.