annotate zshrc-cassiopeia @ 188:757255b99cff default tip

Der Pfad von nano hat sich geƤndert
author Dirk Olmes <dirk.olmes@codedo.de>
date Tue, 14 Mar 2023 07:19:52 +0100
parents bf38575e8b28
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 #
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # zshrc for cassiopeia
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
3 #
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 . $HOME/.zsh-env/zshrc-jdk
8b245298349a zsh environment - initial import
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: 30
diff changeset
7 . $HOME/.zsh-env/zshrc-bindkey
82
0caebb6fae8d move the helpers for docker into a separate file
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 79
diff changeset
8 . $HOME/.zsh-env/zshrc-docker
88
857bc5e55998 add support for the exentra VPN
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 86
diff changeset
9 . $HOME/.zsh-env/zshrc-vpn
129
732218b430dc add aliases for ipv6
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 120
diff changeset
10 . $HOME/.zsh-env/zshrc-ipv6
68
ade677b0fdbe use zsh-autoenv instead of the bash oriented autoenv
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 65
diff changeset
11 . $HOME/.zsh-autoenv/autoenv.zsh
2
4c75712619f3 source the GNUstep env if it's available and set some more env vars
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
12
79
a466a8170690 define a BUILD_NUMBER that comes in handy when building exentra releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 71
diff changeset
13 export BUILD_NUMBER=0000
2
4c75712619f3 source the GNUstep env if it's available and set some more env vars
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
14 export MULE_TEST_OPTS="-Dmule.verbose=false"
4c75712619f3 source the GNUstep env if it's available and set some more env vars
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
15 export MULE_TEST_TIMEOUTSECS=9999
116
ebee1c499f19 add the global nodejs install dir to the PATH
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 96
diff changeset
16 export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}"
2
4c75712619f3 source the GNUstep env if it's available and set some more env vars
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 0
diff changeset
17 export PGUSER=postgres
0
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 #
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 # aliases
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 #
134
6d1316bff6c0 update ant path, remove noping
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 129
diff changeset
22 alias ant="/opt/eclipse-photon/plugins/org.apache.ant_1.10.3.v20180417-1627/bin/ant"
40
ddcdea95e130 cassiopeia uses lbzip2 instead of pbzip2
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 38
diff changeset
23 alias bzip=lbzip2
157
ca7dbc6c6aae add an alias to go directly to the exentra sources
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 151
diff changeset
24 alias cdex="cd $HOME/Projects/Exentra/Source"
0
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
25 alias df="df -h"
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
26 alias env="env | sort | $PAGER"
89
a31352c6a051 The folder for the rpi checkout has changed ...
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 88
diff changeset
27 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist"
a31352c6a051 The folder for the rpi checkout has changed ...
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 88
diff changeset
28 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install"
151
55466fa02e0a move the upload alias to a more generic place
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 149
diff changeset
29 alias jmx="docker run -it --rm --network host exentra/jmxterm:latest"
96
abb5f16ddcb3 standardize on multitail instead of mtail
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 89
diff changeset
30 alias mtail=multitail
185
bf38575e8b28 more aliases
Dirk Olmes <dirk.olmes@codedo.de>
parents: 167
diff changeset
31 alias pbcopy="xclip -in && xclip -out | xclip -in -selection clipboard"
bf38575e8b28 more aliases
Dirk Olmes <dirk.olmes@codedo.de>
parents: 167
diff changeset
32 alias pbpaste="xclip -out -selection clipboard"
0
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
33 alias top=htop
185
bf38575e8b28 more aliases
Dirk Olmes <dirk.olmes@codedo.de>
parents: 167
diff changeset
34 alias ytdl="yt-dlp -x --audio-format mp3"
0
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
35
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
36 #
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
37 # functions to be used directly from the command line
8b245298349a zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
38 #
86
d53a76ff11f1 Use sublime3 as default text editor
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 82
diff changeset
39 ed() { subl3 "$@" > /dev/null 2>&1 & }
70
78beae5a0f7f add function to set the window title
Dirk Olmes <dirk@xanthippe.ping.de>
parents: 68
diff changeset
40 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }