Replaced nvimpager with less, and now delta works with colors

This commit is contained in:
2024-12-14 23:14:29 +02:00
parent 32af9e531b
commit b30a2cc92a
3 changed files with 6 additions and 6 deletions

View File

@@ -21,5 +21,5 @@
gpgSign = true
[gpg]
format = ssh
[color]
pager = no
[log]
date = iso

7
.zshrc
View File

@@ -63,15 +63,16 @@ alias vim='nvim'
alias gs='git status'
alias gp='git push'
alias gP='git pull'
alias gl='git log --oneline --decorate'
alias gl='git log'
alias glo='git log --oneline'
alias gc='git commit'
alias ga='git add'
# Env vars
export FLAKE=~/dotfiles/
export EDITOR=nvim
export PAGER=nvimpager
export MANPAGER='nvim +Man!'
export PAGER=less
export MANPAGER=$PAGER
export FZF_DEFAULT_OPTS=" \
--color=bg+:#313244,bg:#1e1e2e,spinner:#f5e0dc,hl:#f38ba8 \
--color=fg:#cdd6f4,header:#f38ba8,info:#cba6f7,pointer:#f5e0dc \

View File

@@ -41,7 +41,6 @@
btop
protonvpn-gui
unzip
nvimpager
go
pnpm
nodejs_23