fish/functions/irclogs.fish @ 99e590090b59

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