diff options
Diffstat (limited to 'bin/postit.sh')
-rwxr-xr-x | bin/postit.sh | 2 |
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 |