aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.profile
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-31 15:13:00 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-31 15:13:00 -0600
commit166f065f974b82c5ad5698091b83b08c791dfaae (patch)
tree28f62f202d8b2abb98b29f7488b0555a8757a209 /sh/.profile
parent1c9194f37c475b6fb563497abc07875e3604e233 (diff)
feat(sh): add DIFFPROG env variable
Diffstat (limited to 'sh/.profile')
-rw-r--r--sh/.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.profile b/sh/.profile
index 43e3426..19d55c5 100644
--- a/sh/.profile
+++ b/sh/.profile
@@ -20,6 +20,7 @@ LS_COLORS="$(vivid generate $BASE16_DEFAULT_THEME 2>/dev/null)"
export LS_COLORS
export EDITOR="nvim"
+export DIFFPROG="$EDITOR -d"
export BROWSER="firefox"
export TERMINAL="alacritty"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"