From e395eaa1967b1cf1cdf187cc2180d113790123dc Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Thu, 27 Aug 2026 16:58:18 -0400 Subject: [PATCH] add neovim --- .bashrc | 2 +- .gitconfig | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index ae98609..54a78a5 100644 --- a/.bashrc +++ b/.bashrc @@ -333,6 +333,6 @@ command -v talosctl >/dev/null && . <(talosctl completion bash) command -v coder >/dev/null && . <(coder completion -ps bash) . "$HOME/.cargo/env" PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}" - +export PATH="$PATH:/opt/nvim-linux-x86_64/bin" # End of configuration echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}" diff --git a/.gitconfig b/.gitconfig index 2c75970..1197a74 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,7 +1,8 @@ [credential] credentialStore = cache cacheOptions = --timeout 999999 - helper = manager + helper = cache --timeout 21600 + helper = oauth [credential "https://git.harryesses.com"] provider = generic [user]