annotate zshrc-xanthippe @ 17:5f21c59d58e4

do not automatically udpate oh-my-zsh
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 16 Dec 2011 11:56:35 +0100
parents 44cb360e19b6
children 623fa595e0d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 #
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # zshrc for cassiopeia
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 #
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 . $HOME/.zsh-env/zshrc-jdk
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6 . $HOME/.zsh-env/zshrc-maven
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7
14
44cb360e19b6 set GPG_TTY env var
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 4
diff changeset
8 export GPG_TTY=`tty`
4
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 export PATH="$HOME/bin:${PATH}"