ohmyzsh/plugins/printc/printc.plugin.zsh

11 lines
265 B
Bash
Raw Normal View History

2019-12-25 19:16:53 +01:00
# 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 $@
}