From 00274ec751b71dce5ba8ed1883e735862bae2393 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Thu, 4 Jan 2024 14:55:08 +0100 Subject: [PATCH] bash: update --- home/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.bashrc b/home/.bashrc index 7e0b1eda..3e13b36c 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -11,7 +11,7 @@ export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin export BROWSER='qutebrowser --untrusted-args "%u"' export EDITOR='kks edit' export VISUAL='kks edit' -export PAGER='bat --style auto' +export PAGER='less' export KKS_DEFAULT_SESSION='default' export KKS_USE_GITDIR_SESSIONS=1 export VDPAU_DRIVER='radeonsi' @@ -52,4 +52,4 @@ fi # Put your fun stuff here. # -[ -x /bin/fish ] && SHELL=/bin/fish exec fish +#[ -x /bin/fish ] && SHELL=/bin/fish exec fish -- 2.51.2