diff --git a/.bashrc b/.bashrc index 2002510..886e960 100644 --- a/.bashrc +++ b/.bashrc @@ -96,6 +96,8 @@ alias gitea="tea" alias set-motd="vim /home/tyler/.desktop/alarm/motd.txt" alias ":q!"="exit" alias vim="nvim" +alias nvimdiff="nvim -d" +alias vimdiff="nvimdiff" alias diff="diff --color=auto" alias grep="grep -i --color=auto" @@ -161,3 +163,10 @@ export NVM_DIR="$HOME/.nvm" eval "$(atuin init bash)" + +[ -f "/home/tyler/.ghcup/env" ] && . "/home/tyler/.ghcup/env" # ghcup-env +# The next line updates PATH for the Google Cloud SDK. +if [ -f '/home/tyler/google-cloud-sdk/path.bash.inc' ]; then . '/home/tyler/google-cloud-sdk/path.bash.inc'; fi + +# The next line enables shell command completion for gcloud. +if [ -f '/home/tyler/google-cloud-sdk/completion.bash.inc' ]; then . '/home/tyler/google-cloud-sdk/completion.bash.inc'; fi diff --git a/.gitconfig##default b/.gitconfig##default index 7b35919..caf3403 100644 --- a/.gitconfig##default +++ b/.gitconfig##default @@ -18,3 +18,4 @@ helper = store [diff] algorithm = histogram + tool = nvimdiff