view zshrc-cassiopeia @ 157:ca7dbc6c6aae

add an alias to go directly to the exentra sources
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 27 Sep 2019 10:54:49 +0200
parents 55466fa02e0a
children 92da49be823d
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-env/zshrc-vpn
. $HOME/.zsh-env/zshrc-ipv6
. $HOME/.zsh-autoenv/autoenv.zsh

export BUILD_NUMBER=0000
export MULE_TEST_OPTS="-Dmule.verbose=false"
export MULE_TEST_TIMEOUTSECS=9999
export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}"
export PGUSER=postgres

#
# aliases
#
alias ant="/opt/eclipse-photon/plugins/org.apache.ant_1.10.3.v20180417-1627/bin/ant"
alias bzip=lbzip2
alias cdex="cd $HOME/Projects/Exentra/Source"
alias df="df -h"
alias env="env | sort | $PAGER"
alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist"
alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install"
alias jmx="docker run -it --rm --network host exentra/jmxterm:latest"
alias mtail=multitail
alias top=htop
alias ytdl="youtube-dl -x --audio-format mp3"

#
# 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 "$*" }