chore(diffstastic): diff inline not side by side

main
sudo pacman -Syu 2023-12-25 12:59:00 +07:00
parent 60a5bf9ae2
commit 079941975f
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ if command -v eza &>/dev/null; then
alias la="eza -la"
fi
# https://github.com/wilfred/difftastic
if command -v difft &>/dev/null; then
export DFT_DISPLAY=inline
fi
# https://github.com/charmbracelet/glow
if command -v glow &>/dev/null; then
alias gl="glow"