Mercurial > hg > zsh-env
view zshrc-cassiopeia @ 166:92da49be823d
Configure the go environment
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Sun, 01 Mar 2020 01:52:59 +0100 |
parents | ca7dbc6c6aae |
children | 2ab4c6b83044 |
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 GOCACHE=/tmp/go-cache export GOPATH=/opt/golang 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 "$*" }