mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
move plugin into $ZSH/plugins/printc
This commit is contained in:
parent
59930902e1
commit
0a1acbb5d5
6 changed files with 362 additions and 0 deletions
10
plugins/printc/printc.plugin.zsh
Normal file
10
plugins/printc/printc.plugin.zsh
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# load included completion function into existing
|
||||
# ~/.zcompdump-${SHORT_HOST}-${ZSH_VERSION} file
|
||||
autoload -Uz _printc && compinit -d $ZSH_COMPDUMP
|
||||
|
||||
# Wrapper function to call included printc script
|
||||
function printc() {
|
||||
zsh $ZSH/plugins/printc/printc_scpt $@
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue