6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
if [[ $SHELL == "zsh" ]]; then
|
|
export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help
|
|
fi
|