Skip to content

Commit

Permalink
Update rc_awesome.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored May 16, 2024
1 parent d536e4f commit 1c49a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ __import__('warnings').filterwarnings('ignore', 'There is no current event loop'
# It's a good practice to keep xonsh session cleano and add _ alias for import
# ------------------------------------------------------------------------------

from xonsh.built_ins import XSH # Good aleternative for `__xonsh__`.
XSH = __xonsh__ # Sugar.
from shutil import which as _which
import time as _time

Expand Down

0 comments on commit 1c49a75

Please sign in to comment.