Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Mar 26, 2024
1 parent df383fc commit 865054f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xontrib/fstrider.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
"""Xontrib for Strider."""

import fstrider as _fstrider
from shutil import which as _which

@aliases.register("fs")
_cmd = "fstrider" if _which("fs") else "fs"

@aliases.register(_cmd)
def _alias_strider(args):
_fstrider.main(args)
_fstrider.main(args)

0 comments on commit 865054f

Please sign in to comment.