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 f785be6fd66c5f6d3b6d6b8482a0cce2f240b595
parent 268d0f80d01b711d28f9fd52fcb033f291c3cb60
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu, 15 Dec 2016 11:45:13 -0800

add mpv, remove bitbar grep flag

Diffstat:
Mbitbar-plugins/mail.5s.sh | 2+-
Mosx-install.sh | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bitbar-plugins/mail.5s.sh b/bitbar-plugins/mail.5s.sh @@ -36,7 +36,7 @@ echo $mailboxes echo "---" -from="$(cat $newmails | grep -m 1 '^From: ' | sed 's/From: //')" +from="$(cat $newmails | grep '^From: ' | sed 's/From: //')" printf "$from\n" echo "---" diff --git a/osx-install.sh b/osx-install.sh @@ -43,6 +43,7 @@ brews=( \ "mobile-shell"\ "mpc"\ "mpd"\ + "mpv"\ "msmtp"\ "mutt"\ "--HEAD neovim/neovim/neovim"\