zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_fpath.h
Go to the documentation of this file.
1 #pragma once
2 #ifndef ZPMOD_FPATH_H
3 #define ZPMOD_FPATH_H
4 
5 #include "zpmod.mdh"
6 
7 int cmd_fpath_index(char *nam, char **argv);
8 
9 #endif /* ZPMOD_FPATH_H */
Module declaration header (mdh) for zpmod.
int cmd_fpath_index(char *nam, char **argv)
Implements zpmod fpath-index with intelligent skip detection.
Definition: fpath.c:57