view zshrc-cassiopeia @ 151:55466fa02e0a

move the upload alias to a more generic place
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 05 Dec 2018 14:42:13 +0100
parents b0424aa12461
children ca7dbc6c6aae
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 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 "$*" }