Added help zsh builtins command
This commit is contained in:
1
.profile.d/help.sh
Normal file
1
.profile.d/help.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
export HELPDIR=/usr/share/zsh/"${ZSH_VERSION}"/help
|
||||||
3
.zshrc
3
.zshrc
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user