weechat-localhost
Ben Harris 2018-08-27 01:13:09 -04:00
parent ea07b5868b
commit c36c75cf85
No known key found for this signature in database
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
/run/user/1000/keyring/ssh
/run/user/1000/gnupg/S.gpg-agent.ssh

View File

@ -0,0 +1,6 @@
function vz
set file (fzf --height 40% --reverse)
if test -f $file
vim $file
end
end