Replaced nvimpager with less, and now delta works with colors
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
gpgSign = true
|
||||
[gpg]
|
||||
format = ssh
|
||||
[color]
|
||||
pager = no
|
||||
[log]
|
||||
date = iso
|
||||
|
||||
7
.zshrc
7
.zshrc
@@ -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 \
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
btop
|
||||
protonvpn-gui
|
||||
unzip
|
||||
nvimpager
|
||||
go
|
||||
pnpm
|
||||
nodejs_23
|
||||
|
||||
Reference in New Issue
Block a user