summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-07-29 16:33:03 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-07-29 16:33:03 +0200
commitdd1319c187769bb2c077de4f03676169817218d3 (patch)
tree75080cd36317b6a15dbeffd278bd72b65dba77e2 /zshrc
parent528244bcf017a3f7a6f8f2f2a3fadabc06075ada (diff)
Several changes:
* Added mail() function to zsh * Theme changes in wmii
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index ae33b11..ac1c260 100644
--- a/zshrc
+++ b/zshrc
@@ -31,8 +31,7 @@ alias mkdir="mkdir -p"
alias rmrf="rm -rf"
alias v="vim"
-alias mu='mutt -F .muttrc'
-alias mu2='mutt -F .muttrc2'
+mail() { mutt -F ~/.secgit/muttrc.$1 }
alias a='acpi'
alias gitserv="git daemon --verbose --reuseaddr --base-path=. --export-all ./.git"
@@ -82,6 +81,7 @@ md() {
cd $1
}
+
case $TERM in
rxvt*)
precmd () {print -Pn "\e]0;%n@%m: %~\a"}