Mercurial > hg > zsh-env
changeset 113:9223e71009e4
changes for quad64
author | Dirk Olmes <dirk.olmes@exentra.de> |
---|---|
date | Tue, 24 Jan 2017 14:16:32 +0100 |
parents | e6963f521d31 |
children | eaffab53cf43 |
files | zshrc-quad64 |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-quad64 Tue Dec 06 08:45:01 2016 +0100 +++ b/zshrc-quad64 Tue Jan 24 14:16:32 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 } +