From: Andre Ramnitz Date: Thu, 4 Jan 2024 13:55:08 +0000 (+0100) Subject: bash: update X-Git-Tag: v0.2~248 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=00274ec751b71dce5ba8ed1883e735862bae2393;p=dotfiles.git bash: update --- 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