1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 16:20:07 +00:00
ohmyzsh/plugins/printc/printc.plugin.zsh

11 lines
265 B
Bash
Raw Normal View History

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