annotate zshrc-xanthippe @ 55:bc9e88b0be4a

add an alias for less
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 21 Nov 2014 07:47:09 +0100
parents 2e9ab483d4bd
children b2d78d66fa8c
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 #
32
623fa595e0d6 fix comment
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 14
diff changeset
2 # zshrc for xanthippe
4
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
33
2e9ab483d4bd rename the zshrc that holds the keybindings, use it for xanthippe, too
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 32
diff changeset
7 . $HOME/.zsh-env/zshrc-bindkey
4
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
14
44cb360e19b6 set GPG_TTY env var
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 4
diff changeset
9 export GPG_TTY=`tty`
4
cf017347e8bf add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 export PATH="$HOME/bin:${PATH}"