From 034c00886af9ded731c2689f0bcc42f1381127c9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 19 Mar 2022 10:38:45 +0330 Subject: mostly pretty git logs --- bin/postit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/postit.sh') diff --git a/bin/postit.sh b/bin/postit.sh index d0556a8..d0271e3 100755 --- a/bin/postit.sh +++ b/bin/postit.sh @@ -1,4 +1,4 @@ #!/usr/bin/env sh -POSTIT=$(cat ~/devi/abbatoir/postit | dmenu -l 20 -p "Select Postit:") +POSTIT=$(cat ~/scripts/postit | dmenu -l 20 -p "Select Postit:") echo -n "${POSTIT:0:${#POSTIT}}" | xsel -ip -- cgit v1.2.3