summaryrefslogtreecommitdiffstats
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
parent528244bcf017a3f7a6f8f2f2a3fadabc06075ada (diff)
Several changes:
* Added mail() function to zsh * Theme changes in wmii
-rw-r--r--mutt/settings3
-rwxr-xr-xwmii-3.5/wmiirc2
-rw-r--r--zshrc4
3 files changed, 6 insertions, 3 deletions
diff --git a/mutt/settings b/mutt/settings
index b4e29ea..5f46d7e 100644
--- a/mutt/settings
+++ b/mutt/settings
@@ -12,3 +12,6 @@ set mark_old=no
bind index <up> previous-entry
bind index <down> next-entry
+macro index <F9> "!muttprofile\n:source ~/.secgit/muttrc.xeno\n" "Call muttprofile and load profile"
+macro index <F10> "!muttprofile\n:source ~/.secgit/muttrc.credativ\n" "Call muttprofile and load profile"
+
diff --git a/wmii-3.5/wmiirc b/wmii-3.5/wmiirc
index 1fb826d..2543bd3 100755
--- a/wmii-3.5/wmiirc
+++ b/wmii-3.5/wmiirc
@@ -21,7 +21,7 @@ WMII_TERM="x-terminal-emulator"
# Column Rules
wmiir write /colrules <<!
-/.*/ -> 58+42
+/.*/ -> 50+50
!
# Tagging Rules
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"}