diff --git a/byobu/.byobu/.ssh-agent b/byobu/.byobu/.ssh-agent index 126d986..11bafd4 120000 --- a/byobu/.byobu/.ssh-agent +++ b/byobu/.byobu/.ssh-agent @@ -1 +1 @@ -/run/user/1000/keyring/ssh \ No newline at end of file +/run/user/1000/gnupg/S.gpg-agent.ssh \ No newline at end of file diff --git a/fish/.config/fish/functions/vz.fish b/fish/.config/fish/functions/vz.fish new file mode 100644 index 0000000..e2f30f3 --- /dev/null +++ b/fish/.config/fish/functions/vz.fish @@ -0,0 +1,6 @@ +function vz + set file (fzf --height 40% --reverse) + if test -f $file + vim $file + end +end