Mercurial > hg > zsh-env
view zshrc-cassiopeia @ 52:1e38ed9eb354
add alias for xmodmap
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 12 Sep 2014 02:29:20 +0200 |
parents | 156167445780 |
children | 71da2af2ecd7 |
line wrap: on
line source
# # zshrc for cassiopeia # . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven . $HOME/.zsh-env/zshrc-bindkey export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/trunk export ICAROOT="/opt/ICAClient/linuxx86" export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 export PATH="$HOME/bin:${PATH}" export PGUSER=postgres # # aliases # alias ant="/opt/eclipse-4.3/plugins/org.apache.ant_1.8.4.v201303080030/bin/ant" alias bzip=lbzip2 alias df="df -h" alias env="env | sort | $PAGER" alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" alias ne=neditc alias top=htop # # functions to be used directly from the command line # ed() { kate -u "$@" > /dev/null 2>&1 & }