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: