Mercurial > hg > zsh-env
changeset 117:87a831b2afc8
Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:20:51 +0100 |
parents | eaffab53cf43 (diff) ebee1c499f19 (current diff) |
children | b279e1279ce7 |
files | |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-quad64 Wed Jan 25 08:20:46 2017 +0100 +++ b/zshrc-quad64 Wed Jan 25 08:20:51 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 } +