[+] Add python modules path
This commit is contained in:
@@ -3,6 +3,9 @@ set-alias ll ls
|
|||||||
function su { powershell Start-Process powershell -Verb runAs }
|
function su { powershell Start-Process powershell -Verb runAs }
|
||||||
function pwdd { $("$PWD".replace($HOME, '~')) }
|
function pwdd { $("$PWD".replace($HOME, '~')) }
|
||||||
|
|
||||||
|
# Paths
|
||||||
|
$env:path = "$env:path;C:\users\me\appdata\roaming\python\python39\scripts"
|
||||||
|
|
||||||
# Minecraft coloring
|
# Minecraft coloring
|
||||||
function color($tmp) {
|
function color($tmp) {
|
||||||
$033 = [char]27
|
$033 = [char]27
|
||||||
|
|||||||
Reference in New Issue
Block a user