dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 166f56203b28b736d79f30c00708562e982ea065
parent 4801b9a034a04cc5d37161234056297320140b58
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 10 Mar 2016 14:49:23 -0800

remove debug echo

Diffstat:
M.mutt/view_attachment.sh | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.mutt/view_attachment.sh b/.mutt/view_attachment.sh @@ -92,7 +92,6 @@ fi # if the type is empty then try to figure it out. if [ -z $type ]; then - echo type is empty file $1 type=`file -bi $1 | cut -d"/" -f2 | sed 's/;.*$//'` fi