fish/functions/irclogs.fish @ 7512e93d3529

More
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Sep 2023 10:08:18 -0400
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end