From 5af1c5a94b80b301947f86f9ebd3769e8a0e1dba Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 19 Mar 2020 10:06:19 +0100 Subject: [PATCH] Update the path to notes for one script --- dotfiles/binaries.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/binaries.org b/dotfiles/binaries.org index a16d1ef..f8d000f 100644 --- a/dotfiles/binaries.org +++ b/dotfiles/binaries.org @@ -529,7 +529,7 @@ mode=bookmarks main :header-args+: :shebang "#!/usr/bin/env bash" :END: #+begin_src bash - cd ~/Cloud/thesis/ressources/notes/ && ls *.pdf | rofi -dmenu -lines 20 | xargs -I {} zathura {} + cd ~/Cloud/thesis/ressources/notes/pdfs/ && ls *.pdf | rofi -dmenu -lines 20 | xargs -I {} zathura {} #+end_src * askpass