aboutsummaryrefslogtreecommitdiffstats
path: root/bin/postit.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-19 07:08:45 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-19 07:08:45 +0000
commit034c00886af9ded731c2689f0bcc42f1381127c9 (patch)
tree2adbca62e94a67e540bc86ba0b9970c830166d61 /bin/postit.sh
parentupdate (diff)
downloadscripts-034c00886af9ded731c2689f0bcc42f1381127c9.tar.gz
scripts-034c00886af9ded731c2689f0bcc42f1381127c9.zip
mostly pretty git logs
Diffstat (limited to '')
-rwxr-xr-xbin/postit.sh2
1 files changed, 1 insertions, 1 deletions
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