Skip to content

aptituz/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This contains some zsh functions I find useful. To use them, either:

1) Create a directory ~/.zsh/functions and put the files you need in there
2) Put something like this into your zshrc

if [ -e $HOME/.zsh/functions ]; then
    autoload $HOME/.zsh/functions/*(:t)
fi

or copy the content of the files to your zshrc.

About

zsh snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published