fish/functions/irclogs.fish @ 31e094924f7e

Slack is a hellscape
author Steve Losh <steve@stevelosh.com>
date Mon, 31 Aug 2020 11:53:56 -0400
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end