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

3
.zshrc
View File

@@ -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"