add neovim
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -333,6 +333,6 @@ command -v talosctl >/dev/null && . <(talosctl completion bash)
|
|||||||
command -v coder >/dev/null && . <(coder completion -ps bash)
|
command -v coder >/dev/null && . <(coder completion -ps bash)
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
|
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}"
|
||||||
|
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
|
||||||
# End of configuration
|
# End of configuration
|
||||||
echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}"
|
echo -e "${ECHO_GREEN}Bash configuration loaded successfully!${ECHO_RESET}"
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
[credential]
|
[credential]
|
||||||
credentialStore = cache
|
credentialStore = cache
|
||||||
cacheOptions = --timeout 999999
|
cacheOptions = --timeout 999999
|
||||||
helper = manager
|
helper = cache --timeout 21600
|
||||||
|
helper = oauth
|
||||||
[credential "https://git.harryesses.com"]
|
[credential "https://git.harryesses.com"]
|
||||||
provider = generic
|
provider = generic
|
||||||
[user]
|
[user]
|
||||||
|
|||||||
Reference in New Issue
Block a user