diff options
-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' |