diff --git a/.zprofile b/.zprofile index 2eaf832..4509012 100644 --- a/.zprofile +++ b/.zprofile @@ -8,7 +8,7 @@ # for ssh logins, install and configure the libpam-umask package. #umask 022 -export PAGER='less' +export PAGER='bat' export EDITOR='em' export VISUAL='em' export BROWSER='qutebrowser'