mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
init
This commit is contained in:
6
user/files/shell/rc.d/02-bat.sh
Normal file
6
user/files/shell/rc.d/02-bat.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
if hash bat &> /dev/null; then
|
||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||
export BAT_THEME="MonokaiExtended"
|
||||
alias cat="bat"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user