nicolaskyejo / scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing special, just personal scripts that I use. Uploaded here for version control, and to force me to document my code.

How to add to path

Linux/MacOS

Example directory ~/bin

export PATH=$PATH:~/bin

To have it permanently, edit .profile (bash) or .zshrc (zsh)

Windows (⊞Win+R)

Example directory C:\Users\Choochoo\bin

PS > $env:Path += ";C:\Users\Choochoo\bin"

Alternative way - docs.microsoft.com

About


Languages

Language:PowerShell 56.6%Language:Python 39.4%Language:Shell 4.0%