mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-12-04 16:51:31 +01:00
ipython: add fix for broken pager with bat
This commit is contained in:
parent
d4bf2f32f8
commit
51f92885fe
3
ipython/profile_default/startup/22-fix-pager.py
Normal file
3
ipython/profile_default/startup/22-fix-pager.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
import os
|
||||||
|
|
||||||
|
os.environ["PAGER"] = "bat --style=plain"
|
Loading…
Reference in New Issue
Block a user