Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 171:707364297b3a
Remove the checked in .hgignore to make space for a better approach
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sat, 04 Apr 2020 04:05:37 +0200 |
parents | ebcb738274d1 |
children | 0e22ae080bf1 |
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 |
138
b44844181cf6
xanthippe features IPv6 now
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
122
diff
changeset
|
9 . ${HOME}/.zsh-env/zshrc-ipv6 |
60
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
10 |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
11 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
|
12 if [ -f "${GPG_AGENT_FILE}" ]; then |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
13 . "${GPG_AGENT_FILE}" |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
14 export GPG_AGENT_INFO |
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
15 fi |
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 |
14 | 17 export GPG_TTY=`tty` |
121
3ed63e48767c
add the global node js folder to PATH
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
110
diff
changeset
|
18 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" |
74 | 19 |
122 | 20 alias ne="nano -E" |
140
abc3d303adde
add alias to ping a public IP
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
138
diff
changeset
|
21 alias p9="ping 9.9.9.9" |
110
0896c2a1b094
no colors in htop, please
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
107
diff
changeset
|
22 alias top="htop -C" |
145
ebcb738274d1
alias for youtube downloading
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
140
diff
changeset
|
23 alias ytdl="youtube-dl -x --audio-format mp3" |