From e146e947c52ac4adbe426b3f893faff1e46ed5f8 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 19 Apr 2016 15:24:25 +0100 Subject: Use GNU stow for dotfiles management --- bin/mystatus | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 bin/mystatus (limited to 'bin/mystatus') diff --git a/bin/mystatus b/bin/mystatus deleted file mode 100755 index b26e9b6..0000000 --- a/bin/mystatus +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# shell script to prepend i3status with more stuff - -i3status | while : -do - read line - nmails=$(find $HOME/.mail -path '*/new/*' -type f | wc -l) - echo "Email: ${nmails} | $line" || exit 1 -done -- cgit v1.2.3