[+] Add python modules path

This commit is contained in:
Hykilpikonna
2021-11-10 13:31:08 -05:00
parent 7a92daba3f
commit e4c87cd619
+3
View File
@@ -3,6 +3,9 @@ set-alias ll ls
function su { powershell Start-Process powershell -Verb runAs }
function pwdd { $("$PWD".replace($HOME, '~')) }
# Paths
$env:path = "$env:path;C:\users\me\appdata\roaming\python\python39\scripts"
# Minecraft coloring
function color($tmp) {
$033 = [char]27