]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
New alias wnc which fetches the current clipboard.
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 Jan 2009 16:07:15 +0000 (17:07 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 16 Feb 2009 15:34:41 +0000 (16:34 +0100)
Provided for darwin (Mac OS X).

zsh/os/rc.Darwin

index a910c7b8a1cfef9bba1ad6daf3200d48070cbeb4..1904e7410cf7d3c3720c8e9d674ea39390583e35 100644 (file)
@@ -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'