Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Bug Zshenv



Hello,

I just install Zsh a few days ago and this appears :
"/etc/zsh/zshenv:19: command not found: es
grep: Avertissement : GREP_OPTIONS doit être abandonnée ; veuillez utiliser un alias ou un script"

I remove and install again Zsh but still here, I try to resolve it but I'm a really new user so I think I might need you help to relove this.

Here's my Zshenv :
# /etc/zsh/zshenv: system-wide .zshenv file for zsh(1).
#
# This file is sourced on all invocations of the shell.
# If the -f flag is present or if the NO_RCS option is
# set within this file, all other initialization files
# are skipped.
#
# This file should contain commands to set the command
# search path, plus other important environment variables.
# This file should not contain commands that produce
# output or assume the shell is attached to a tty.
#
# Global Order: zshenv, zprofile, zshrc, zlogin

if [[ -z "$PATH" || "$PATH" == "/bin:/usr/bin" ]]
then
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"
fi
es crées
umask 022

# Proxy HTTP / FTP sans mot de passe
#export http_proxy="http://proxy.exemple.org:8080"
#export ftp_proxy="ftp://proxy.exemple.org:8080"

# Proxy HTTP / FTP avec mot de passe
#export http_proxy="http://login:password@xxxxxxxxxxxxxxxxx:8080"
#export ftp_proxy="ftp://login:password@xxxxxxxxxxxxxxxxx:8080"

# Ne pas passer par le proxy pour les domaines locaux
#export no_proxy="exemple.org"

# De la couleur pour grep
export GREP_OPTIONS='--color=auto'

Do you need anything else ?
Thank you,
--
Laura Cavallucci
Phone : +33 (0)7 50 88 66 47
E-mail : laura.cllucci@xxxxxxxxx
Linkedin : Laura Cavallucci


Messages sorted by: Reverse Date, Date, Thread, Author