mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-07-28 09:04:16 -04:00
add zsh h()
This commit is contained in:
parent
c25625ba80
commit
eb22dc0eaa
898 changed files with 145067 additions and 0 deletions
10
venv/bin/pip
Executable file
10
venv/bin/pip
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/Users/miavonsteinkirch/Projects/ARXIV_/Shell-Scripts_and_Dotfiles/venv/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from pip._internal import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
Loading…
Add table
Add a link
Reference in a new issue