Add the function o-offprints

master
Jacopo De Simoi 2 years ago
parent 2d2ef25305
commit 0fc45c7377
  1. 5
      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)") (cd ~/work/papers; okular "$(find | sed -e "s+^./++" | fzf)")
} }
function o-offprints ()
{
(cd ~/work/offprints; okular "$(find | sed -e "s+^./++" | fzf)")
}
#+end_src #+end_src
*** shell helpers :daily:pi:android: *** shell helpers :daily:pi:android:

Loading…
Cancel
Save