###################################################################### # mako's zshrc file, v0.12 # # ###################################################################### # next lets set some enviromental/shell pref stuff up # setopt NOHUP #setopt NOTIFY #setopt NO_FLOW_CONTROL setopt APPEND_HISTORY # setopt AUTO_LIST # these two should be turned off # setopt AUTO_REMOVE_SLASH # setopt AUTO_RESUME # tries to resume command of same name unsetopt BG_NICE # do NOT nice bg commands setopt CORRECT # command CORRECTION setopt EXTENDED_HISTORY # puts timestamps in the history # setopt HASH_CMDS # turns on hashing # setopt ALL_EXPORT IRCNICK="mako" IRCNAME="Benj. Mako Hill | mako@debian.org" IRCSERVER=irc.debian.org TZ="Europe/Rome" PYTHON_PATH="python-libs:$PYTHON_PATH" HISTFILE=$HOME/.zhistory HISTSIZE=1000 SAVEHIST=1000 HOSTNAME="`hostname -s`" NNTPSERVER=wonka.hampshire.edu #NNTPSERVER=netnews.attbi.com PAGER=most EDITOR='emacs -nw' EMAIL='mako@bork.hampshire.edu' DEBFULLNAME="Benjamin Hill (Mako)" DEBEMAIL='mako@debian.org' CVS_RSH=ssh # CVSROOT=/var/cvs CVSROOT=:ext:mako@micha.hampshire.edu:/var/cvs # PROMPT="$HOST:%~%% " PS1='%D{%m%d %H:%M} %U%m%u:%2c%# ' #PS1='# ' PATH="$HOME/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/X11R6/bin:/usr/games:." LANGUAGE= LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LC_CTYPE=C unsetopt ALL_EXPORT # # -------------------------------------------------------------------- # # aliases # # -------------------------------------------------------------------- eval `dircolors $HOME/.dircolors` alias slrn="slrn -n" alias f=finger alias ll='ls -al' alias ls='ls --color=auto ' alias offlineimap-tty='offlineimap -u TTY.TTYUI' alias rest2html-css='rest2html --embed-stylesheet --stylesheet-path=/usr/share/python-docutils/stylesheets/default.css' # alias =clear #chpwd() { # [[ -t 1 ]] || return # case $TERM in # sun-cmd) print -Pn "\e]l%~\e\\" # ;; # *xterm*|screen|rxvt|(dt|k|E)term) print -Pn "\e]2;%~\a" # ;; # esac #} #chpwd zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' list-prompt '%SAt %p: Hit TAB for more, or the character to insert%s' zstyle ':completion:*' menu select=5 zstyle ':completion:*' select-prompt '%SScrolling active: current selection at %p%s' zstyle :compinstall filename '/home/makolee/.zshrc' autoload -U compinit compinit /usr/games/fortune echo