]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/os/rc.Darwin
Use setup.sh instead of Makefile for setup process.
[config/dotfiles.git] / 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'