From d9a9927cb768ea777ba5f56b57eac72c8ae686b9 Mon Sep 17 00:00:00 2001 From: Andrew Holland Date: Wed, 10 May 2017 17:52:28 +0300 Subject: [PATCH] let's just make it not depend on the 'andrew' login --- NF_pick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NF_pick.sh b/NF_pick.sh index b327c0b..35ce709 100755 --- a/NF_pick.sh +++ b/NF_pick.sh @@ -1,4 +1,4 @@ #!/bin/zsh -F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < /home/andrew/bin/nflist` +F=`dmenu -l 18 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true' < ~/bin/nflist` C=`ls ~/bin/st* |dmenu -l 8 -fn 'Px437_ATI_SmallW_6x8 NF:style=Book:pixelsize=16:antialias=true'` ${C} -f "${F}"