Skip to content

b4skyx/unix-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published