fish/functions/irclogs.fish @ c39a8470f5fc

update weechat configs
author Steve Losh <steve@stevelosh.com>
date Mon, 29 Jun 2015 12:14:36 -0400
parents 758d680aa791
children 122228d53e7a
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    vim .
    cd -
end