From f549e766aabcbca0998a08dd85fd833ca7df882f Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 6 Feb 2025 08:31:02 +0900 Subject: modified zsh/scripts.zsh --- ar/.config/zsh/scripts.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ar/.config/zsh/scripts.zsh b/ar/.config/zsh/scripts.zsh index 7f9600e..9341693 100644 --- a/ar/.config/zsh/scripts.zsh +++ b/ar/.config/zsh/scripts.zsh @@ -468,6 +468,8 @@ function man() { local page=$(command man -k . | fzf --prompt='Man> ' --exit-0 | awk '{print $1}') if [[ -n $page ]]; then nvim +"Man $page | only" + else + echo "Need to run 'sudo mandb -c' to update mandb." fi fi else -- cgit v1.2.3