From 81825756750b2ae5f93f24bcdf2a41fd47872df5 Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Thu, 18 Jul 2024 09:22:00 -0400 Subject: [PATCH] Getting rid of SSH_ASKPASS...ew --- top_level/.bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/top_level/.bashrc b/top_level/.bashrc index c355ee8..49be1d2 100644 --- a/top_level/.bashrc +++ b/top_level/.bashrc @@ -29,6 +29,8 @@ if [ -d ~/.bashrc.d ]; then done fi unset rc +unset SSH_ASKPASS +unset GIT_ASKPASS alias nvimc="nvim ~/.config/nvim" alias bashrc="nvim ~/.bashrc"