]> err.no Git - dotfiles/commitdiff
add noglob for lynx and wget
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 24 Nov 2003 14:50:26 +0000 (14:50 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Mon, 24 Nov 2003 14:50:26 +0000 (14:50 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@220 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

zshenv

diff --git a/zshenv b/zshenv
index 15745f2f8332ed66b52731b0904ad04c1965962e..a3435126a97ccaa2b60edbfa09394575fa7d42dd 100644 (file)
--- a/zshenv
+++ b/zshenv
@@ -6,3 +6,6 @@
 export HISTSIZE=1000000000
 export HISTFILE=~/.zsh_history
 export SAVEHIST=300000000
+
+alias lynx='noglob lynx'
+alias wget='noglob wget'