From: Simon Ruderich Date: Tue, 27 Jan 2009 16:07:15 +0000 (+0100) Subject: New alias wnc which fetches the current clipboard. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8bc47e86683eaf0c8c91a2b9ccccd7bfbd1ede9a;hp=e21f506982168662ae6c5d0bf4d8f65afa2c67d1;p=config%2Fdotfiles.git New alias wnc which fetches the current clipboard. Provided for darwin (Mac OS X). --- diff --git a/zsh/os/rc.Darwin b/zsh/os/rc.Darwin index a910c7b..1904e74 100644 --- a/zsh/os/rc.Darwin +++ b/zsh/os/rc.Darwin @@ -13,3 +13,6 @@ add-zsh-hook preexec os_darwin_preexec # startup. CLIPBOARD="" export CLIPBOARD + +# Fetch current URL in clipboard with wget. +alias wnc='wget --no-proxy $CLIPBOARD'