view zshrc-cassiopeia @ 86:d53a76ff11f1

Use sublime3 as default text editor
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 13 May 2016 06:20:49 +0200
parents 0caebb6fae8d
children 857bc5e55998
line wrap: on
line source

#
# zshrc for cassiopeia
#

. $HOME/.zsh-env/zshrc-jdk
. $HOME/.zsh-env/zshrc-maven
. $HOME/.zsh-env/zshrc-bindkey
. $HOME/.zsh-env/zshrc-docker
. $HOME/.zsh-autoenv/autoenv.zsh

export BUILD_NUMBER=0000
export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi
export MULE_TEST_OPTS="-Dmule.verbose=false"
export MULE_TEST_TIMEOUTSECS=9999
export PATH="$HOME/bin:${PATH}"
export PGUSER=postgres

#
# aliases
#
alias ant="/opt/eclipse-4.5/plugins/org.apache.ant_1.9.4.v201504302020/bin/ant"
alias bzip=lbzip2
alias df="df -h"
alias env="env | sort | $PAGER"
alias ex-dist="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-dist"
alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-eclipse"
alias ex-install="/home/dirk/Projects/Exentra/RPI/rpi/utils/ex-install"
alias ne=neditc
alias ping=noping
alias top=htop

#
# functions to be used directly from the command line
#
ed() { subl3 "$@" > /dev/null 2>&1 & }
wt() { qdbus $KONSOLE_DBUS_SERVICE $KONSOLE_DBUS_SESSION setTitle 1 "$*" }