# ~sbp/.zshrc PS1=$(echo -n "\n%{\e[32m%}%n@%m %{\e[36m%}%~%{\e[0m%}\n$ ") function precmd() { print -Pn "\e]0;%n@%m: %~\a" } setopt autopushd globdots histignoredups ignoreeof noclobber autoload -U compinit && compinit -u umask 0077 alias ls='ls -aF' alias cp='cp -i' alias mv='mv -i' export PATH=~/usr/bin:$PATH export MANPATH=~/usr/share/man:$MANPATH export LANG=en_GB.UTF-8 export TZ=Europe/London export EDITOR=emacs export HISTFILE=~/.zsh_history export HISTSIZE=1000000 export SAVEHIST=1000000 date '+%Y-%m-%d %H:%M:%S' stty start '' stop ''