Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 0:8b245298349a
zsh environment - initial import
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Mon, 28 Nov 2011 12:36:49 +0100 |
parents | |
children | 4c75712619f3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8b245298349a |
---|---|
1 # | |
2 # zshrc for cassiopeia | |
3 # | |
4 | |
5 . $HOME/.zsh-env/zshrc-jdk | |
6 . $HOME/.zsh-env/zshrc-maven | |
7 | |
8 # | |
9 # aliases | |
10 # | |
11 alias bzip=pbzip2 | |
12 alias cvscheck='sh -c "cvs -n update 2>&1 | grep \?"' | |
13 alias cvsupdate='cvs -q -z3 update -dP | egrep -v "^\?.*\.d"' | |
14 alias df="df -h" | |
15 alias env="env | sort | $PAGER" | |
16 alias host=hostx | |
17 alias top=htop | |
18 | |
19 # | |
20 # functions to be used directly from the command line | |
21 # | |
22 cvsrm() { rm "$@"; cvs remove "$@" } | |
23 ed() { kate -u "$@" > /dev/null 2>&1 & } |