comparison zshrc-quad64 @ 114:eaffab53cf43

Automated merge with https://xanthippe.duckdns.org/hg/zsh-env
author Dirk Olmes <dirk.olmes@exentra.de>
date Tue, 24 Jan 2017 14:16:38 +0100
parents 9223e71009e4
children
comparison
equal deleted inserted replaced
112:68edc97253fa 114:eaffab53cf43
1 # 1 #
2 # zshrc for quad64 2 # zshrc for quad64
3 # 3 #
4 4
5 . $HOME/.zsh-env/zshrc-gentoo
5 . $HOME/.zsh-env/zshrc-jdk 6 . $HOME/.zsh-env/zshrc-jdk
6 . $HOME/.zsh-env/zshrc-maven 7 . $HOME/.zsh-env/zshrc-maven
7 8
8 export BUILD_NUMBER=0000 9 export BUILD_NUMBER=0000
9 export MANPAGER=most 10 #export MANPAGER=most
10 export PATH="$HOME/bin:${PATH}" 11 export PATH="$HOME/bin:${PATH}"
11 export PGUSER=postgres 12 export PGUSER=postgres
12 13
13 bindkey '^[[1~' beginning-of-line 14 bindkey '^[[1~' beginning-of-line
14 bindkey '^[[H' beginning-of-line 15 bindkey '^[[H' beginning-of-line
21 alias bzip=pbzip2 22 alias bzip=pbzip2
22 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' 23 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"'
23 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' 24 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"'
24 alias df="df -h" 25 alias df="df -h"
25 alias env="env | sort | $PAGER" 26 alias env="env | sort | $PAGER"
26 alias top=htop 27 alias top="htop -C"
27 28
28 # 29 #
29 # functions to be used directly from the command line 30 # functions to be used directly from the command line
30 # 31 #
31 cvsrm() { rm "$@"; cvs remove "$@" } 32 cvsrm() { rm "$@"; cvs remove "$@" }
33 kcs() { source $HOME/.keychain/$(hostname -f)-sh }
34