From 0fc45c7377037ef2e438ff35c87511f3b97541fd Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 6 Nov 2024 12:12:33 -0500 Subject: [PATCH] Add the function o-offprints --- zshrc.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc.org b/zshrc.org index 31ac6c4..5ec277c 100644 --- a/zshrc.org +++ b/zshrc.org @@ -288,6 +288,11 @@ BIG FAT WARNING: this needs to specify an actual file as a destination { (cd ~/work/papers; okular "$(find | sed -e "s+^./++" | fzf)") } + + function o-offprints () + { + (cd ~/work/offprints; okular "$(find | sed -e "s+^./++" | fzf)") + } #+end_src *** shell helpers :daily:pi:android: