view zshrc-cassiopeia @ 185:bf38575e8b28

more aliases
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 01 Oct 2022 17:09:12 +0200
parents 2ab4c6b83044
children
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 pbcopy="xclip -in && xclip -out | xclip -in -selection clipboard"
alias pbpaste="xclip -out -selection clipboard"
alias top=htop
alias ytdl="yt-dlp -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 "$*" }