New options added, sync.py almost done
[mydotfiles.git] / .zshrc
blob8aacea94e596e9057fc2f490f6a2e776292e2dbc
1 export PATH=$HOME/bin:$HOME/lib/jdk1.6.0_01/bin:$HOME/local/bin/:$PATH
2 export PYTHONPATH=$HOME/lib/python:$HOME/local/lib64/python2.5/site-packages/:$PYTHONPATH
4 # Lines configured by zsh-newuser-install
5 HISTFILE=$HOME/.histfile
6 HISTSIZE=1000
7 SAVEHIST=1000
8 bindkey -e
9 # End of lines configured by zsh-newuser-install
10 # The following lines were added by compinstall
11 zstyle :compinstall filename "$HOME/.zshrc"
13 autoload -Uz compinit
14 compinit
15 # End of lines added by compinstall
17 # gentoo suggested 
18 autoload -U compinit promptinit
19 compinit
20 promptinit; prompt gentoo
22 setopt correct
24 # Keys
25 bindkey    "^[[3~"          delete-char
26 bindkey    "^[3;5~"         delete-char
28 # directories
29 setopt  autopushd pushdignoredups 
31 # Wordchars
32 WORDCHARS=${WORDCHARS//[.;\/]}
34 # alias
35 alias ls='ls --color=auto'
36 alias ll='ls -l'
37 alias rm='rm -i'
38 alias standby='xset dpms force standby'
39 alias aterm='aterm -sl 3000'
40 alias xpdff='xpdf -fullscreen'
41 alias mutt='mutt -y'
42 alias gits='git status'
44 # peluchera
45 cat $HOME/art/mensajitos/jaja
47 [ $TERM = "dumb" ] && unsetopt zle