From 0fc99e5940cd98a96e7b99ad4819b0b79c4fe9a5 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 27 Oct 2014 17:30:08 +0000 Subject: adding .fetchmailrc --- .dotfilesrc | 2 +- .mailcap | 1 + .zshrc | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .mailcap diff --git a/.dotfilesrc b/.dotfilesrc index 235768e..da53b77 100755 --- a/.dotfilesrc +++ b/.dotfilesrc @@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files: bash, vim, zsh, mutt, vim, xmodmap, notes, fetchmail, maildrop, installation file. -files="bashrc vimrc zshrc muttrc colormutt vim xmodmap mynotes mailfilter krystle tmux.conf zathurarc dotfilesrc" +files="bashrc vimrc zshrc muttrc colormutt vim xmodmap mynotes mailfilter krystle tmux.conf zathurarc dotfilesrc mailcap" rm -rf $olddir mkdir -p $olddir diff --git a/.mailcap b/.mailcap new file mode 100644 index 0000000..7a38c95 --- /dev/null +++ b/.mailcap @@ -0,0 +1 @@ +text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput diff --git a/.zshrc b/.zshrc index 4a39c61..0704861 100644 --- a/.zshrc +++ b/.zshrc @@ -82,7 +82,8 @@ alias tmux="TERM=screen-256color-bce tmux" alias g='git' alias v=$EDITOR alias u='cd ~/Dropbox/phd' -alias up='cd ~/Dropbox/phd/programs' +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='mutt' -- cgit v1.2.3