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"