From 8151960ea429408bfe95dae2cf939afbb1eca7de Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sun, 15 Mar 2026 15:03:46 +0530 Subject: [PATCH] work in zsh --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0329c27..f074e42 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -114,6 +114,7 @@ export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:$PATH" source ~/.config/shell/common source ~/.config/shell/personal source ~/.config/shell/aliases +source ~/.config/shell/work MANPAGER="col -b | cat" MANROFFOPT="-P-c"