fish/functions/irclogs.fish @ 51ec87e1d131

Shit
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Feb 2018 20:08:57 +0000
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end