Files
dotfiles/profile/.profile.d/help.sh
Fabio Scotto di Santolo e477042df2 Fix Profile configurations
2024-12-28 19:11:37 +01:00

6 lines
111 B
Bash

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