zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_emoji.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: MIT */
2 #pragma once
3 
15 int zp_icons_enabled(void);
16 
23 const char *zp_icon(const char *s);
const char * zp_icon(const char *s)
Return the given icon string if icons are enabled, else empty string.
Definition: emoji.c:58
int zp_icons_enabled(void)
Determine if emoji/icons should be printed.
Definition: emoji.c:25