1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2025-12-14 06:05:13 +02:00

Disable Minio CLI pager

This commit is contained in:
2025-04-14 15:08:25 +03:00
parent 0bb59ae237
commit e26a30d88e

2
.zshrc
View File

@@ -319,6 +319,8 @@ function ssh {
# i don't like that systemd by default uses a pager
export SYSTEMD_PAGER=''
# Minio CLI is also stupid
export MC_DISABLE_PAGER=1
# set man max width
export MANWIDTH=80