view zshrc-cassiopeia @ 145:ebcb738274d1

alias for youtube downloading
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 17 Sep 2018 09:20:52 +0200
parents 6d1316bff6c0
children b0424aa12461
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 mtail=multitail
alias ne=neditc
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 "$*" }