profile: use bat -pp
This commit is contained in:
parent
07786e22f9
commit
7fb5cfc55e
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ export BROWSER
|
|||
: ${VISUAL:="$EDITOR"}
|
||||
export EDITOR VISUAL
|
||||
|
||||
: ${PAGER:=$(command -v bat)}
|
||||
: ${PAGER:="$(command -v bat) -pp"}
|
||||
export PAGER
|
||||
|
||||
for x in \
|
||||
|
@ -50,3 +50,5 @@ export XDG_CONFIG_HOME XDG_CACHE_HOME XDG_DATA_HOME
|
|||
|
||||
export FZF_DEFAULT_COMMAND="fd --strip-cwd-prefix --hidden --follow"
|
||||
export SVDIR="${XDG_CONFIG_HOME}"/service
|
||||
export XBPS_DISTDIR="$HOME/git/void-packages"
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
|
|
Loading…
Add table
Reference in a new issue