Add bash aliases to python package commands -
i have written small python module provides commands such:
cheesy (ls|list)
i alias cheesy ls
ch-ls
. don't want add manually bash_rc, create alias environment automatically when package setup.py
installs.
i wondering if can add bash function package , add shell using python.
Comments
Post a Comment