fish/functions/irclogs.fish @ 71b4b4adee33

More remote bins
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Feb 2020 09:23:46 -0500
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end