X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Fos%2Frc.Darwin;h=992b68c6c2c6226ecf5ff5ce49236916841fcba8;hb=8330863b92f18e48221125f364307da88ee96e78;hp=a910c7b8a1cfef9bba1ad6daf3200d48070cbeb4;hpb=8d5c8c523121a417e89ad3e2ab42a2df078620a1;p=config%2Fdotfiles.git diff --git a/zsh/os/rc.Darwin b/zsh/os/rc.Darwin index a910c7b..992b68c 100644 --- a/zsh/os/rc.Darwin +++ b/zsh/os/rc.Darwin @@ -13,3 +13,8 @@ add-zsh-hook preexec os_darwin_preexec # startup. CLIPBOARD="" export CLIPBOARD + +# Fetch current URL in clipboard with wget. +alias wnc='wget --no-proxy $CLIPBOARD' + +# vim: ft=zsh