From 2b8467c945910bded807b6e799de6a59628173a5 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 1 Jan 2011 03:11:16 +0100 Subject: Emacs, newsbeuter, zsh Removed whitespace-mode from emacs, it was messing up the performance of my settings. Removed old settings from emacs that I didn't use anymore. Now showing the article index in articlelist in newsbeuter --- zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 61b39ca..b070c96 100644 --- a/zshrc +++ b/zshrc @@ -34,6 +34,7 @@ typeset -ga chpwd_functions preexec_functions+='preexec_update_git_vars' precmd_functions+='precmd_update_git_vars' chpwd_functions+='chpwd_update_git_vars' +chpwd_functions+='chpwd_show_todo' # Set the prompt. PROMPT='%{${fg[cyan]}%}%B%~%b%{${fg[default]}%} %(?.%{${fg[green]}%}O.%{${fg[red]}%}X)%{${fg[default]}%} %# ' @@ -42,8 +43,10 @@ RPROMPT='$(prompt_git_info)%{${fg[default]}%}' # Aliases alias alpine="alpine -p ""{imap.gmail.com/ssl/user=tom.willemsen@archlinux.us}remote_pinerc""" alias evolus-pencil="/usr/lib/evolus-pencil-svn/evolus-pencil.sh" -alias grep="grep --color=always" -alias ls="ls -F --color=always" +alias grep="grep --color=auto" +alias ls="ls -F --color=auto" +alias slrn="NNTPSERVER='news.eternal-september.org' slrn" +alias cower="cower --color=auto --target=~/aur/" # Set terminal name to current runnign application case $TERM in -- cgit v1.2.3-54-g00ecf