Switch from leap to flash.nvim and add biome to ALE config

This commit is contained in:
mitchell 2024-07-27 13:55:08 -04:00
parent 7d9a714495
commit 4d4e715cb1
5 changed files with 37 additions and 20 deletions

View file

@ -1,5 +1,5 @@
function ssh_agent_startup -d 'Start ssh agent and set env vars'
if test -z "$SSH_AUTH_SOCK"; and test -z "$SSH_AGENT_PID"
if test -z "$SSH_AUTH_SOCK"; and test -z "$SSH_AGENT_PID"; and test -z "$SSH_CLIENT"
eval (ssh-agent -c) >/dev/null 2>&1
end
end