Update to use nvimdiff
This commit is contained in:
parent
6c16fd104d
commit
052d7d9ccd
9
.bashrc
9
.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
|
||||
|
@ -18,3 +18,4 @@
|
||||
helper = store
|
||||
[diff]
|
||||
algorithm = histogram
|
||||
tool = nvimdiff
|
||||
|
Loading…
Reference in New Issue
Block a user