aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index e2f393b..a1aa044 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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