Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Mar 27, 2024
1 parent 8df5d8b commit 0b0902a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xontrib/fstrider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def _alias_strider(args):
p = args[0] if args else None
if __xonsh__._fstrider is None:
__xonsh__._fstrider = _fstrider(p)
__xonsh__._fstrider.run('.')
__xonsh__._fstrider.run('.' if p is None else p)

0 comments on commit 0b0902a

Please sign in to comment.