# global zshenv file for this site setopt APPEND_HISTORY setopt AUTO_LIST setopt AUTO_MENU setopt AUTO_PARAM_KEYS setopt AUTO_PARAM_SLASH setopt AUTO_REMOVE_SLASH setopt BAD_PATTERN setopt BANG_HIST unsetopt BG_NICE setopt CHECK_JOBS unsetopt CLOBBER setopt COMPLETE_ALIASES setopt COMPLETE_IN_WORD setopt CORRECT setopt FUNCTION_ARGZERO #setopt HIST_EXPIRE_DUPS_FIRST #setopt HIST_FIND_NO_DUPS setopt HIST_IGNORE_DUPS setopt HIST_REDUCE_BLANKS setopt HIST_VERIFY setopt IGNORE_EOF setopt INC_APPEND_HISTORY setopt LIST_PACKED setopt LIST_TYPES setopt LONG_LIST_JOBS #setopt MAIL_WARNING setopt MARK_DIRS setopt NOMATCH setopt NOTIFY setopt PROMPT_PERCENT setopt RM_STAR_WAIT setopt SHARE_HISTORY prompt=" %D{%A, %d. %B %G, %T} {%?} <`uname -sr`> [%m:%~] %B(%h) %U%(!.%S.)%n%(!.%s.)@tty%l%u %#%b " HISTSIZE=500 SAVEHIST=200 SPROMPT="Korrigiere »%R« zu »%r«?" watch=(notme) WATCHFMT="%n hat sich %(a.eingeloggt auf.ausgeloggt auf) tty%l von %m" # path=(${path} ${HOME}/bin) alias h="history 25" alias j="jobs -l" alias la="ls -a" alias lf="ls -FA" alias ll="ls -lhAFG" alias q=exit LESS="-C -i -j4 -M -e -PM?m(%i/%m) .?f%f:Standard input.\: ?bb%bb?B/%B. Bytes.?pb (%pb\%).?lb, Zeile\: %lb?e ?x(-> %x):(EOF).%t" bindkey -e case "${TERM}" in cons*) bindkey "" beginning-of-line bindkey "" end-of-line bindkey "" delete-char bindkey "[2~" overwrite-mode ;; xterm*) bindkey "" beginning-of-line bindkey "" end-of-line bindkey "[3~" delete-char bindkey "[2~" overwrite-mode ;; esac #export SHADERS=.:/usr/local/share/bmrt/shaders