# HG changeset patch # User Dirk Olmes # Date 1485263798 -3600 # Node ID eaffab53cf43077a035e107718c4227f52b149ae # Parent 68edc97253facd919877685dcbd08979ba3fe95d# Parent 9223e71009e492b92deec295199377858a276cf0 Automated merge with https://xanthippe.duckdns.org/hg/zsh-env diff -r 68edc97253fa -r eaffab53cf43 zshrc-quad64 --- a/zshrc-quad64 Wed Dec 07 10:08:42 2016 +0100 +++ b/zshrc-quad64 Tue Jan 24 14:16:38 2017 +0100 @@ -2,11 +2,12 @@ # zshrc for quad64 # +. $HOME/.zsh-env/zshrc-gentoo . $HOME/.zsh-env/zshrc-jdk . $HOME/.zsh-env/zshrc-maven export BUILD_NUMBER=0000 -export MANPAGER=most +#export MANPAGER=most export PATH="$HOME/bin:${PATH}" export PGUSER=postgres @@ -23,9 +24,11 @@ alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' alias df="df -h" alias env="env | sort | $PAGER" -alias top=htop +alias top="htop -C" # # functions to be used directly from the command line # cvsrm() { rm "$@"; cvs remove "$@" } +kcs() { source $HOME/.keychain/$(hostname -f)-sh } +