Skip to content

Commit

Permalink
shellfish export os path!
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Jan 10, 2025
1 parent c1cbccb commit ea5ec15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/shellfish/src/shellfish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

from __future__ import annotations

from os import path as path

from asyncify import aiorun as aiorun
from funkify import funkify as _funkify
from shellfish import dotenv as dotenv, fs as fs, process as process, sh as sh
Expand Down Expand Up @@ -290,6 +292,7 @@
"mkenv",
"move",
"mv",
"path",
"path_gen",
"process",
"ps",
Expand Down

0 comments on commit ea5ec15

Please sign in to comment.