Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 28, 2024
1 parent 3c149ad commit b37abe5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions xontrib/pygitstatus/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ def _load_xontrib_(xsh: XonshSession, **_) -> dict:
dict: this will get loaded into the current execution context
"""

# getting environment variable
var = xsh.env.get('VAR', 'default')

print('Autoloading xontrib: xontrib-pygitstatus')

# I don't think I need event_hooks for a PROMPT
# Event hook code, if I ever need it
# from .event_hooks import listen_cd
# xsh.builtins.events.on_chdir(listen_cd)

Expand Down

0 comments on commit b37abe5

Please sign in to comment.