Shardz /.zshrc

Handy aliases, such as 'lock'.
# Lines configured by zsh-newuser-install
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
setopt appendhistory
bindkey -e
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/samuel/.zshrc'

autoload -Uz compinit
compinit
# End of lines added by compinstall

# Set variables
export PS1="%m^%c%# "
export PATH="$PATH:$HOME/bin:/usr/local/bin"
export OOO_FORCE_DESKTOP=gnome
export MPD_HOST="192.168.0.104"
export MPD_PORT="6600"
export EDITOR="vim"

# Set aliases
alias xlock="xlock -mode demon"
alias ls="ls --color"
alias play="mpc --no-status play"
alias pause="mpc --no-status pause"
alias setroot="xsetroot -grey -fg black -bg grey10"
#ssh-agent > /dev/null
alias math="soffice -math"
alias alphabet="echo abcdefghijklmnopqrstuvwxyz"
alias lock="pause && slock && play"
alias qlock="pause && slock"
alias serv="script/starrend_server.pl"
alias ncmpc="ncmpc --host=192.168.0.104"
# Run fortune
fortune