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/downloads | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 bin/downloads (limited to 'bin/downloads') diff --git a/bin/downloads b/bin/downloads deleted file mode 100755 index c4c306e..0000000 --- a/bin/downloads +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -DOWNLOAD_DIR="$HOME/Downloads" -PDF=$(ls -t $DOWNLOAD_DIR/*.pdf) -TARGET=$(echo "${PDF//"$DOWNLOAD_DIR/"/}" | dmenu -i -p "Open File:") -[[ -n $TARGET ]] && zathura "$DOWNLOAD_DIR/$TARGET" & -- cgit v1.2.3