# Zsh configuration file for environment related options.
-# Copyright (C) 2011-2013 Simon Ruderich
+# Copyright (C) 2011-2014 Simon Ruderich
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# Useful in combination with the "p" alias. Taken from Debian's default bash
# files. Thanks.
if [[ -x /usr/bin/lesspipe ]]; then
- eval "$(SHELL=/bin/sh lesspipe)" || echo "Broken lesspipe!" >&2
+ eval $(SHELL=/bin/sh lesspipe) || echo 'Broken lesspipe!' >&2
fi