Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zenlib - Autoloaded Zsh functions

Introduction

This is a bunch of Zsh functions that I use on a daily basis.

Install

Clone the repository wherever you want, and run the make command. It will compile the functions (using zcompile), and put it into a newly created ~/.local/share/zsh/zenlib/ directory, alongside the zenlib.zsh file.

Then source the zenlib.zsh file from your zshrc.

Example:

# Clone the repository anywhere
git clone https://github.com/vgitv/zenlib
make -C zenlib
echo 'source "$HOME/.local/share/zsh/zenlib/zenlib.zsh"' >> "${ZDOTDIR:-$HOME}/.zshrc"

Update

git pull
make

Uninstall

make clean

About

Autoloaded Zsh functions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages