from __future__ import absolute_import, unicode_literals
from .bash import BashActivator
from .batch import BatchActivator
from .cshell import CShellActivator
from .fish import FishActivator
from .nushell import NushellActivator
from .powershell import PowerShellActivator
from .python import PythonActivator
__all__ = [
"BashActivator",
"PowerShellActivator",
"CShellActivator",
"PythonActivator",
"BatchActivator",
"FishActivator",
"NushellActivator",
]
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| bash | Folder | 0755 |
|
|
| batch | Folder | 0755 |
|
|
| cshell | Folder | 0755 |
|
|
| fish | Folder | 0755 |
|
|
| nushell | Folder | 0755 |
|
|
| powershell | Folder | 0755 |
|
|
| python | Folder | 0755 |
|
|
| __init__.py | File | 486 B | 0644 |
|
| activator.py | File | 1.38 KB | 0644 |
|
| via_template.py | File | 2.32 KB | 0644 |
|