Files
dotfiles/profile/.profile.d/help.sh
2025-07-15 22:01:47 +02:00

6 lines
111 B
Bash
Executable File

#!/usr/bin/env bash
if [[ $SHELL == "zsh" ]]; then
export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help
fi