Added help zsh builtins command

This commit is contained in:
Fabio Scotto di Santolo
2023-04-14 17:05:48 +02:00
parent 3f52f088da
commit 470b7d1ed2
2 changed files with 4 additions and 0 deletions

1
.profile.d/help.sh Normal file
View File

@@ -0,0 +1 @@
export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help

3
.zshrc
View File

@@ -98,6 +98,7 @@ plugins=(
mvn mvn
pep8 pep8
pip pip
poetry
profiles profiles
pylint pylint
python python
@@ -142,6 +143,8 @@ source $ZSH/oh-my-zsh.sh
# Setup emacs keymap # Setup emacs keymap
bindkey -e bindkey -e
unalias run-help
autoload run-help
autoload -U compinit && compinit autoload -U compinit && compinit
source "$ZSH_HIGHLIGHT_DIR/zsh-syntax-highlighting.zsh" source "$ZSH_HIGHLIGHT_DIR/zsh-syntax-highlighting.zsh"