~tomterl/zshorg

9c7e65ddb8a5f265ad2f500c24fd4e2e704fa47a — Tom Regner 17 days ago b37c174 master
call emacs woman from vterm
1 files changed, 4 insertions(+), 0 deletions(-)

M zshrc.org
M zshrc.org => zshrc.org +4 -0
@@ 391,6 391,10 @@ find_file() {
say() {
    vterm_cmd message "%s" "$*"
}

woman() {
    vterm_cmd woman "$1"
}
#+end_src
** Options
:PROPERTIES: