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"