Skip to content

Commit

Permalink
Adding muttrc to create_symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Olsson authored and Albin Olsson committed Mar 29, 2012
1 parent 3ba0938 commit 5e496bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_symlinks.sh
@@ -1,6 +1,6 @@
#!/bin/bash

FILES=( Xresources inputrc vim vimrc bashrc bash_profile )
FILES=( Xresources inputrc vim vimrc bashrc bash_profile muttrc mutt signature )

for FILE in ${FILES[@]}; do
if [ -e ~/.$FILE -o -L ~/.$FILE ]; then
Expand Down

0 comments on commit 5e496bf

Please sign in to comment.