]> Freerunner's - dotfiles.git/commitdiff
bash: update
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 4 Jan 2024 13:55:08 +0000 (14:55 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:53 +0000 (18:18 +0200)
home/.bashrc

index 7e0b1eda8d5a129d1e9d3ce9cfa7ae4111580e16..3e13b36cdc3531a93a43b951f50cce75f9b019c3 100644 (file)
@@ -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