mirror of https://tildegit.org/ben/dotfiles
add vz
parent
ea07b5868b
commit
c36c75cf85
|
@ -1 +1 @@
|
||||||
/run/user/1000/keyring/ssh
|
/run/user/1000/gnupg/S.gpg-agent.ssh
|
|
@ -0,0 +1,6 @@
|
||||||
|
function vz
|
||||||
|
set file (fzf --height 40% --reverse)
|
||||||
|
if test -f $file
|
||||||
|
vim $file
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in New Issue