fish/functions/irclogs.fish @ 6a7f7a6d7532

Backup cleanup, bash enhancements
author Steve Losh <steve@stevelosh.com>
date Sat, 01 Feb 2020 12:56:34 -0500
parents 122228d53e7a
children (none)
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    nvim .
    cd -
end