From 6c2db7df0e40962537ce74d6f6213fac1782bd1b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 May 2013 17:35:51 +0200 Subject: Update dotfiles --- .zsh/functions/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh/functions/env') diff --git a/.zsh/functions/env b/.zsh/functions/env index 6eb728a..a79fd5d 100644 --- a/.zsh/functions/env +++ b/.zsh/functions/env @@ -1,3 +1,3 @@ # -*- mode: shell-script -*- -/usr/bin/env "$@" | grep -v ^LESS_TERMCAP_ +/usr/bin/env "$@" | grep -v \^LESS_TERMCAP_ -- cgit v1.2.3-54-g00ecf