From 8d4f6c30dc7cd66700cc688230e23826a497dec5 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 4 Jul 2021 00:07:21 -0700 Subject: sdcv color with less pager --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 634f1844..2f19715c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -18,6 +18,7 @@ export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" export FZF_DEFAULT_COMMAND="sudo find . -path '*/\.git' -prune -o -print" export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_ALT_C_COMMAND="sudo find . -path '*/\.git' -prune -o -type d -print" +export SDCV_PAGER='less --quit-if-one-screen -RX' # startx when login, should be put after environmental variables for .xinitrc to use if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then -- cgit v1.2.3-70-g09d2