mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add diff program env variable
This commit is contained in:
parent
83af25eaf2
commit
26ae50db18
|
@ -15,6 +15,7 @@ uid="$(id -u)"
|
|||
export EDITOR="nvim"
|
||||
export BROWSER="firefox"
|
||||
export TERMINAL="alacritty"
|
||||
export DIFFPROG="nvim -d"
|
||||
|
||||
# XDG Standard paths
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
|
|
Loading…
Reference in a new issue