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 8, 2024
1 parent c0a0e15 commit 890fb69
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 @@ -100,7 +100,7 @@ def _alias_supercomma():
@aliases.register("xc")
def _alias_xc():
"""Get xonsh context."""
print('xpython:', imp.sys.executable, '#', $(xpy -V).strip())
print('xpython:', imp.sys.executable, '#', $(xpython -V).strip())
print('xpip:', $(which xpip).strip()) # xpip - xonsh's builtin to install packages in current session xonsh environment.
print('')
print('xonsh:', $(which xonsh))
Expand Down

0 comments on commit 890fb69

Please sign in to comment.