fish/functions/irclogs.fish @ e5daabe9025c

Random vim shit
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Feb 2016 13:44:13 +0000
parents 758d680aa791
children 122228d53e7a
function irclogs -d "Open the IRC logs dir in vim"
    cd ~/.weechat/logs/
    vim .
    cd -
end