mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
[qfp] Add highlight command plugin
This commit is contained in:
parent
6b3c953775
commit
9b4316a92a
2 changed files with 40 additions and 0 deletions
6
plugins/highlight-command/highlight-command.plugin.zsh
Normal file
6
plugins/highlight-command/highlight-command.plugin.zsh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_load_highlight_command() {
|
||||
source $1/highlight-command.sh
|
||||
}
|
||||
|
||||
[[ -f $ZSH_CUSTOM/plugins/highlight-command/highlight-command.plugin.zsh ]] && _load_highlight_command $ZSH_CUSTOM/plugins/highlight-command
|
||||
[[ -f $ZSH/plugins/highlight-command/highlight-command.plugin.zsh ]] && _load_highlight_command $ZSH/plugins/highlight-command
|
||||
Loading…
Add table
Add a link
Reference in a new issue