From eaee297bd390385f1b17258c9d9d067f2ef0cebc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 May 2013 21:13:09 +0200 Subject: Cleanup ZSH config --- .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