summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2014-11-05 18:45:53 +0000
committerUrbain Vaes <urbain@vaes.uk>2014-11-05 18:45:53 +0000
commitf36c1e31da4fb0f46c6b40537ef4b2225df94a43 (patch)
tree16078b719e2a32c49a563c8fdfbd5632e52610a7
parent71ba6f931334fcaedbf471cc8181415a3b07b9e7 (diff)
update zsh
-rw-r--r--zshrc11
1 files changed, 8 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index 8270da9..4085de7 100644
--- a/zshrc
+++ b/zshrc
@@ -88,7 +88,7 @@ alias uc='cd ~/Dropbox/phd/programs'
alias up='cd ~/Dropbox/phd/presentations'
alias ul='cd ~/Dropbox/phd/literature'
alias ur='cd ~/Dropbox/phd/reports'
-alias m='offlineimap -u quiet & mutt'
+alias m='mutt'
alias a='vifm'
alias mn='vim .mynotes'
alias x='sh ~/.xmodmap'
@@ -108,14 +108,19 @@ alias xconf='vim ~/.xmodmap'
bindkey -a 'k' history-beginning-search-backward
bindkey -a 'j' history-beginning-search-forward
+# Colorscheme
sleep 2
h=`date +%H`
if [ $h -lt 9 ]; then
xdotool key Alt+t p Down Return
-elif [ $h -lt 18 ]; then
+ eval `dircolors ~/dircolors-solarized/dircolors.ansi-dark`
+elif [ $h -lt 17 ]; then
xdotool key Alt+t p Down Down Return
+ eval `dircolors ~/dircolors-solarized/dircolors.ansi-light`
else
xdotool key Alt+t p Down Return
+ eval `dircolors ~/dircolors-solarized/dircolors.ansi-dark`
fi
-crontab ~/.crontab
+# Crontab jobs
+crontab ~/dotfiles/crontab