fish/functions/irclogs.fish @ e62e57d21745

Convenience
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:17:30 +0000
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end