From 470b7d1ed27f5e95e1ed5ee7e8fe2d7052b4489a Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 14 Apr 2023 17:05:48 +0200 Subject: [PATCH] Added help zsh builtins command --- .profile.d/help.sh | 1 + .zshrc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .profile.d/help.sh diff --git a/.profile.d/help.sh b/.profile.d/help.sh new file mode 100644 index 0000000..b66f848 --- /dev/null +++ b/.profile.d/help.sh @@ -0,0 +1 @@ +export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help diff --git a/.zshrc b/.zshrc index c6c37f1..1ed5512 100644 --- a/.zshrc +++ b/.zshrc @@ -98,6 +98,7 @@ plugins=( mvn pep8 pip + poetry profiles pylint python @@ -142,6 +143,8 @@ source $ZSH/oh-my-zsh.sh # Setup emacs keymap bindkey -e +unalias run-help +autoload run-help autoload -U compinit && compinit source "$ZSH_HIGHLIGHT_DIR/zsh-syntax-highlighting.zsh"