Skip to content

Commit

Permalink
dotfiles: use bat as PAGER
Browse files Browse the repository at this point in the history
Not entirely sure about this one... Will be testing, because I have a
feeling that this can be problematic on new systems
  • Loading branch information
anachronic committed Feb 20, 2024
1 parent b305672 commit 3430d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/link/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtkrc-2.0
# default terminal apps
export EDITOR='nvim'
export VISUAL='nvim'
export PAGER='less'
export PAGER='bat'
export LESS='--mouse'
export TERMINAL='alacritty'
export BROWSER='firefox'
Expand Down

0 comments on commit 3430d11

Please sign in to comment.