diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 17:30:08 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-27 17:30:08 +0000 |
commit | 0fc99e5940cd98a96e7b99ad4819b0b79c4fe9a5 (patch) | |
tree | b5a1acc688f50f6cc581aa84994111885c260a55 | |
parent | 15eb81d8e0356caa45cd75ef4c3a62d096fa4e8f (diff) |
adding .fetchmailrc
-rwxr-xr-x | .dotfilesrc | 2 | ||||
-rw-r--r-- | .mailcap | 1 | ||||
-rw-r--r-- | .zshrc | 3 |
3 files changed, 4 insertions, 2 deletions
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 @@ -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' |