# sample ~/.zprofile # by Mark Zieg # set a nice prompt (current directory and username) export PROMPT="G4 [%/] %n $ " # set a typical path export PATH=~/bin:/usr/bin:/usr/local/bin:/bin:/sbin:/usr/sbin:/usr/local/sbin # export some handy variables export EDITOR=/usr/bin/vi export PAGER=/usr/bin/less # uncomment to use 'vi' commands for editing the command line (adv users only) # bindkey -v