# /etc/zshrc: system-wide .zshrc file for zsh(1).
#
# This file is sourced only for interactive shells. It
# should contain commands to set up aliases, functions,
# options, key bindings, etc.
#
# Global Order: zshenv, zprofile, zshrc, zlogin

if [[ -z "$FPATH" ]]
then
        FPATH="/usr/lib/zsh/functions"
fi
PS1="%m%# "

unalias run-help
autoload run-help

bindkey "[3~" delete-char
