summaryrefslogtreecommitdiffstats
path: root/infest/profiles/makefu/zshrc
blob: 46a02e47bcf8e1690a9832e3d6ef2f2a5d875aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#custom stuff
export PATH=$PATH:/krebs/bin:$HOME/bin

# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh

# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="gallifrey"
#export ZSH_THEME="fishy"

# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"

# Comment this out to disable weekly auto-update checks
# export DISABLE_AUTO_UPDATE="true"

# Uncomment following line if you want to disable colors in ls
# export DISABLE_LS_COLORS="true"

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git ssh-agent)
source $ZSH/oh-my-zsh.sh
source ~/.bash_alias
# Customize to your needs...
HISTFILE=~/.histfile
HISTSIZE=900000
SAVEHIST=900000
#PS1='[%n@%m %~]$ '
export EDITOR=vim
#export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
export JAVA_HOME=/opt/java/jre
GREP_COLOR="1;33"
alias ls='ls --color=auto'
alias grep='grep --color=auto'

export MANPATH=$MANPATH:/home/makefu/man

if [ -f "$HOME/.dircolors" ] ; then
  eval `dircolors -b "$HOME/.dircolors"`
  export LS_COLORS
fi

# node.js
export PATH=$HOME/local/node/bin:$PATH

fortune -a
echo "--"
#test -r ~/EVENTS && cat ~/EVENTS
task
echo "--"
#test -r ~/TODO  && cat ~/TODO 

test -r ~/Dropbox/shared_shell && source ~/Dropbox/shared_shell
setopt menu_complete
unsetopt correct_all
export PATH=$PATH:/home/makefu/CodeSourcery/Sourcery_G++_Lite/bin