diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-07-23 15:18:10 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-07-23 15:18:10 +0300 |
| commit | 090b6cc33137ab20a6d7206f67b8ca31f93cd9ee (patch) | |
| tree | 87737e82845f9b7b9b9b75143e9c18998a31b3cf | |
| parent | c2bdb9b430a51309e5bc3f86f22c7ba94fa4e0cb (diff) | |
| download | dotfiles-090b6cc33137ab20a6d7206f67b8ca31f93cd9ee.tar.xz dotfiles-090b6cc33137ab20a6d7206f67b8ca31f93cd9ee.zip | |
Removed bat as the main PAGER
| -rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,6 +2,8 @@ export CPLUS_INCLUDE_PATH="$HOME/programming/cppDev/imgui/imgui/backends:$HOME/p export ZSH="/home/$USER/.oh-my-zsh" +export PATH="$PATH:/usr/bin/docker" + # Starship prompt eval "$(starship init zsh)" @@ -14,7 +16,7 @@ CASE_SENSITIVE="true" DISABLE_MAGIC_FUNCTIONS=true # Use bat as the default manpager -export MANPAGER="sh -c 'col -bx | bat -l man -p'" +# export MANPAGER="sh -c 'col -bx | bat -l man -p'" # Uncomment the following line to disable auto-setting terminal title. DISABLE_AUTO_TITLE="true" @@ -30,7 +32,7 @@ source $ZSH/oh-my-zsh.sh #### ARCOLINUX SETTINGS #### -export PAGER='bat' +export PAGER='less' setopt GLOB_DOTS |
