Mercurial > hg > zsh-env
annotate zshrc-cassiopeia @ 79:a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 18 Aug 2015 10:35:40 +0200 |
parents | fdc372a00e4d |
children | 0caebb6fae8d |
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 |
68
ade677b0fdbe
use zsh-autoenv instead of the bash oriented autoenv
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
65
diff
changeset
|
8 . $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
|
9 |
79
a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
71
diff
changeset
|
10 export BUILD_NUMBER=0000 |
65
57f3a64cd46b
use the rpi-git checkout as the default workspace
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
57
diff
changeset
|
11 export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi-git |
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 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
|
13 export MULE_TEST_TIMEOUTSECS=9999 |
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 PATH="$HOME/bin:${PATH}" |
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 PGUSER=postgres |
0
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
16 |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
17 # |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
18 # aliases |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
19 # |
53
71da2af2ecd7
update the location of ant, add aliases for ex-eclipse and ex-dist
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
49
diff
changeset
|
20 alias ant="/opt/eclipse-4.4/plugins/org.apache.ant_1.9.2.v201404171502/bin/ant" |
40
ddcdea95e130
cassiopeia uses lbzip2 instead of pbzip2
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
38
diff
changeset
|
21 alias bzip=lbzip2 |
0
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
22 alias df="df -h" |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
23 alias env="env | sort | $PAGER" |
79
a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
71
diff
changeset
|
24 alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist" |
a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
71
diff
changeset
|
25 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse" |
a466a8170690
define a BUILD_NUMBER that comes in handy when building exentra releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
71
diff
changeset
|
26 alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-install" |
24
7160269ef6a4
alias for launching nedit
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
23
diff
changeset
|
27 alias ne=neditc |
56 | 28 alias ping=noping |
0
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
29 alias top=htop |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
30 |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
31 # |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
32 # functions to be used directly from the command line |
8b245298349a
zsh environment - initial import
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
33 # |
71
fdc372a00e4d
Use sublime instead of kate
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
70
diff
changeset
|
34 ed() { subl2 "$@" > /dev/null 2>&1 & } |
70
78beae5a0f7f
add function to set the window title
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
68
diff
changeset
|
35 wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" } |