Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Unix Scripts

My collection of shell scripts that I use on my Linux machine. My dotfiles are heavily dependant on them.
This repo mainly servers the reproductive purpose.

To recursively add them in your path do something like this in your zshenv.

typeset -U PATH path
path=($(find $HOME/.local/scripts/ -type d -printf "%p ") $path[@] )
export PATH

About

No description, website, or topics provided.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages