fish/functions/irclogs.fish @ 37b02aa11c8c

Expunge Roswell
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jul 2018 00:43:57 +0000
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end