Mercurial > hg > zsh-env
annotate zshrc-xanthippe @ 187:7d3c872681cb
more braucht jetzt eine Option, damit am Ende "rausgefallen" wird
| author | Dirk Olmes <dirk.olmes@codedo.de> |
|---|---|
| date | Tue, 14 Mar 2023 07:19:11 +0100 |
| parents | 0e22ae080bf1 |
| children |
| 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 |
|
186
0e22ae080bf1
keychain für den ssh agent benutzen
Dirk Olmes <dirk.olmes@codedo.de>
parents:
145
diff
changeset
|
11 eval $(keychain) |
|
0e22ae080bf1
keychain für den ssh agent benutzen
Dirk Olmes <dirk.olmes@codedo.de>
parents:
145
diff
changeset
|
12 |
|
60
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
13 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
|
14 if [ -f "${GPG_AGENT_FILE}" ]; then |
|
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
15 . "${GPG_AGENT_FILE}" |
|
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
16 export GPG_AGENT_INFO |
|
b2d78d66fa8c
include the gpg agent info file
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
33
diff
changeset
|
17 fi |
|
4
cf017347e8bf
add shell env for xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
18 |
| 14 | 19 export GPG_TTY=`tty` |
|
121
3ed63e48767c
add the global node js folder to PATH
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
110
diff
changeset
|
20 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}" |
| 74 | 21 |
| 122 | 22 alias ne="nano -E" |
|
140
abc3d303adde
add alias to ping a public IP
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
138
diff
changeset
|
23 alias p9="ping 9.9.9.9" |
|
110
0896c2a1b094
no colors in htop, please
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
107
diff
changeset
|
24 alias top="htop -C" |
|
186
0e22ae080bf1
keychain für den ssh agent benutzen
Dirk Olmes <dirk.olmes@codedo.de>
parents:
145
diff
changeset
|
25 alias ytdl="yt-dlp -x --audio-format mp3" |
