From 8bc47e86683eaf0c8c91a2b9ccccd7bfbd1ede9a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 27 Jan 2009 17:07:15 +0100 Subject: [PATCH 1/1] New alias wnc which fetches the current clipboard. Provided for darwin (Mac OS X). --- zsh/os/rc.Darwin | 3 +++ 1 file changed, 3 insertions(+) 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' -- 2.44.2