Skip to content Skip to sidebar Skip to footer
Showing posts with the label Alias

Use Python To Dynamically Create Bash Aliases

I'm attempting to use python to dynamically create bash aliases (like, for example, aliases to … Read more Use Python To Dynamically Create Bash Aliases

How Do I Alias A Command Line Command? (mac)

I'm on a mac, and I write quite a bit of python scripts. Every time I need to run them, I hav… Read more How Do I Alias A Command Line Command? (mac)