Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 121:3ed63e48767c
add the global node js folder to PATH
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 May 2017 17:21:58 +0200 |
parents | 0896c2a1b094 |
children | 469f954e86c8 |
rev | line source |
---|---|
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 # |
32 | 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 |
60
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
5 . ${HOME}/.zsh-env/zshrc-jdk |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
6 . ${HOME}/.zsh-env/zshrc-maven |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
7 . ${HOME}/.zsh-env/zshrc-bindkey |
107
93f7be107f46
include the docker commands
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
74
diff
changeset
|
8 . ${HOME}/.zsh-env/zshrc-docker |
60
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
9 |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
10 GPG_AGENT_FILE="${HOME}/.gnupg/.gpg-agent-info" |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
11 if [ -f "${GPG_AGENT_FILE}" ]; then |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
12 . "${GPG_AGENT_FILE}" |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
13 export GPG_AGENT_INFO |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
14 fi |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
15 |
14 | 16 export GPG_TTY=`tty` |
121
3ed63e48767c
add the global node js folder to PATH
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
110
diff
changeset
|
17 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" |
74 | 18 |
110
0896c2a1b094
no colors in htop, please
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
107
diff
changeset
|
19 alias top="htop -C" |