🎨 fix indentation

This commit is contained in:
DannyDannyDanny 2024-02-19 19:59:53 +01:00
parent 0e93378676
commit 8adb77efce

View file

@ -2,7 +2,7 @@ if not pgrep --full ssh-agent | string collect > /dev/null
eval (ssh-agent -c)
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
# ssh-add ~/.ssh/id_*_github
# ssh-add ~/.ssh/id_*_github
end
set -gx EDITOR nvim